diff options
Diffstat (limited to 'libio/iostrerror.c')
-rw-r--r-- | libio/iostrerror.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libio/iostrerror.c b/libio/iostrerror.c deleted file mode 100644 index 348e095..0000000 --- a/libio/iostrerror.c +++ /dev/null @@ -1,12 +0,0 @@ -/* This should be replaced by whatever namespace-clean - version of strerror you have available. */ - -#include "libioP.h" -extern char *strerror __P ((int)); - -char * -_IO_strerror (errnum) - int errnum; -{ - return strerror(errnum); -} |