diff options
Diffstat (limited to 'src/stdio/perror.c')
-rw-r--r-- | src/stdio/perror.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/perror.c b/src/stdio/perror.c index 788bb4fc..8053a5dc 100644 --- a/src/stdio/perror.c +++ b/src/stdio/perror.c @@ -1,3 +1,5 @@ +#if 0 + #include <errno.h> #include <stdio.h> #include <string.h> @@ -26,3 +28,6 @@ pointed to by ARGUMENT(s), a colon (CHAR(:)), and a space. POSIX_(L_C_MESSAGES) STDC(1) */ + + +#endif |