diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-08-14 02:52:48 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-08-14 02:52:48 +0000 |
commit | a993e18ae75824e94d1e53087615698f01c17778 (patch) | |
tree | 012fb71999c9db1975c88dd53b0cc9b578056a37 /contrib/libg++/libio/iostrerror.c | |
parent | df954420dd7ee25baf1f5d10e88935b7a70b5a7e (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); -} |