summaryrefslogtreecommitdiff
path: root/src/stdio/ferror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/ferror.c')
-rw-r--r--src/stdio/ferror.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/ferror.c b/src/stdio/ferror.c
index b5a4a085..fb6adf0d 100644
--- a/src/stdio/ferror.c
+++ b/src/stdio/ferror.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include "_assert.h"
#include "_stdio.h"
@@ -21,3 +23,6 @@ tests the error indicator of ARGUMENT(stream).
/*
STDC(1)
*/
+
+
+#endif