diff options
Diffstat (limited to 'src/stdio/freopen.c')
-rw-r--r-- | src/stdio/freopen.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/freopen.c b/src/stdio/freopen.c index bb3fe198..cee31692 100644 --- a/src/stdio/freopen.c +++ b/src/stdio/freopen.c @@ -1,3 +1,5 @@ +#if 0 + #ifndef _POSIX_SOURCE #define _POSIX_SOURCE #define POSIX_FORCED @@ -106,3 +108,6 @@ The error and end-of-file indicators are cleared. /* STDC(1) */ + + +#endif |