diff options
Diffstat (limited to 'src/stdio/funlockfile.c')
| -rw-r--r-- | src/stdio/funlockfile.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdio/funlockfile.c b/src/stdio/funlockfile.c index 76780b37..978aded2 100644 --- a/src/stdio/funlockfile.c +++ b/src/stdio/funlockfile.c @@ -1,14 +1,11 @@ -#if 0 - #include <stdio.h> +#include "_stdio.h" void funlockfile(FILE * file) { + SIGNAL_SAFE(0); } /* POSIX(199506) */ - - -#endif |
