diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-02-10 05:49:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-02-10 05:49:32 +0000 |
commit | 33498e56ade35e9b5965105327a545efcd32b594 (patch) | |
tree | ac49f5028dad1da4e4959322c8db1c3cbcb7383b /contrib/libg++/libio/iostrerror.c | |
parent | 2b4726c9458285d2483f703c669af090dec79dd4 (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 65aa25d5e4e6..000000000000 --- 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); -} |