diff options
Diffstat (limited to 'src/stdio/remove.c')
-rw-r--r-- | src/stdio/remove.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/remove.c b/src/stdio/remove.c index 39b5a74c..56c678db 100644 --- a/src/stdio/remove.c +++ b/src/stdio/remove.c @@ -1,3 +1,5 @@ +#if 0 + #ifndef _POSIX_SOURCE #define _POSIX_SOURCE #define POSIX_FORCED @@ -36,3 +38,6 @@ open that file will fail unless creating a new file. IMPLEMENTATION(Whether the file is removed if it is open) STDC(1) */ + + +#endif |