summaryrefslogtreecommitdiff
path: root/src/stdio/fflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fflush.c')
-rw-r--r--src/stdio/fflush.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fflush.c b/src/stdio/fflush.c
index 1a237984..8adb0a10 100644
--- a/src/stdio/fflush.c
+++ b/src/stdio/fflush.c
@@ -1,3 +1,5 @@
+#if 0
+
#ifndef _POSIX_SOURCE
#define _POSIX_SOURCE
#define POSIX_FORCED
@@ -61,3 +63,6 @@ UNDEFINED(ARGUMENT(stream) is not an output stream)
UNDEFINED(ARGUMENT(stream) is an update stream in which the most recent operation was input)
STDC(1)
*/
+
+
+#endif