diff options
Diffstat (limited to 'src/string/strerror.c')
-rw-r--r-- | src/string/strerror.c | 5 |
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 |