diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-27 03:00:06 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-27 03:00:06 +0000 |
commit | 3e26bdf09c5e0a4e9b015a5f02b9c948454010e1 (patch) | |
tree | 36f3f9a09138cd7071d3de64269ad734e9d9c50b /contrib/libg++/libio/iostrerror.c | |
parent | 536abd52d2bd3b3830d8ac369f03865f32e4d496 (diff) |
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); -} |