diff options
Diffstat (limited to 'src/stdio/fclose.c')
-rw-r--r-- | src/stdio/fclose.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fclose.c b/src/stdio/fclose.c index bf40b5f8..8649c718 100644 --- a/src/stdio/fclose.c +++ b/src/stdio/fclose.c @@ -1,3 +1,5 @@ +#if 0 + #ifndef _POSIX_SOURCE #define _POSIX_SOURCE #define POSIX_FORCED @@ -56,3 +58,6 @@ buffer was automatically allocated, it is freed. /* STDC(1) */ + + +#endif |