summaryrefslogtreecommitdiff
path: root/src/stdio/clearerr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/clearerr.c')
-rw-r--r--src/stdio/clearerr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/clearerr.c b/src/stdio/clearerr.c
index 44510744..a3196a71 100644
--- a/src/stdio/clearerr.c
+++ b/src/stdio/clearerr.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include "_stdio.h"
@@ -20,3 +22,6 @@ clears the error and end-of-file indicators of ARGUMENT(stream).
/*
STDC(1)
*/
+
+
+#endif