diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 04:41:01 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 04:41:01 +0000 |
commit | 6a46171e8281a2488ed5bb83918c416787cf22f0 (patch) | |
tree | 5e863f8241b1e45a946e9d341e7974e6edd734d5 /contrib/libg++/libio/iostrerror.c | |
parent | f1f8450e7a9706d7841c185e6a9a0656f3582d00 (diff) |
Notes
Diffstat (limited to 'contrib/libg++/libio/iostrerror.c')
-rw-r--r-- | contrib/libg++/libio/iostrerror.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/libg++/libio/iostrerror.c b/contrib/libg++/libio/iostrerror.c deleted file mode 100644 index 65aa25d5e4e63..0000000000000 --- a/contrib/libg++/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 * -DEFUN(_IO_strerror, (errnum), - int errnum) -{ - return strerror(errnum); -} |