diff options
Diffstat (limited to 'src/stdio/ftrylockfile.c')
-rw-r--r-- | src/stdio/ftrylockfile.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/ftrylockfile.c b/src/stdio/ftrylockfile.c index 50650585..0c75c15c 100644 --- a/src/stdio/ftrylockfile.c +++ b/src/stdio/ftrylockfile.c @@ -44,3 +44,11 @@ int ftrylockfile(FILE *f) __register_locked_file(f, self); return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |