summaryrefslogtreecommitdiff
path: root/src/string/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strerror.c')
-rw-r--r--src/string/strerror.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strerror.c b/src/string/strerror.c
index a2d43f0c..bdb1df36 100644
--- a/src/string/strerror.c
+++ b/src/string/strerror.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <errno.h>
#include <stdio.h>
#include <string.h>
@@ -32,3 +34,6 @@ subsequent calls.
/*
STDC(1)
*/
+
+
+#endif