diff options
Diffstat (limited to 'src/stdio/flockfile.c')
-rw-r--r-- | src/stdio/flockfile.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/flockfile.c b/src/stdio/flockfile.c index d8d5776b..8b3efee5 100644 --- a/src/stdio/flockfile.c +++ b/src/stdio/flockfile.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> void flockfile(FILE * file) @@ -7,3 +9,6 @@ void flockfile(FILE * file) /* POSIX(199506) */ + + +#endif |