diff options
Diffstat (limited to 'src/stdio/flockfile.c')
| -rw-r--r-- | src/stdio/flockfile.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/stdio/flockfile.c b/src/stdio/flockfile.c index 8b3efee5..62397e74 100644 --- a/src/stdio/flockfile.c +++ b/src/stdio/flockfile.c @@ -1,14 +1,12 @@ -#if 0 - #include <stdio.h> +#include "_stdio.h" void flockfile(FILE * file) { + SIGNAL_SAFE(0); + ASSERT_NONNULL(file); } /* POSIX(199506) */ - - -#endif |
