From c3a1a84ac4ab349cae4edd4ea4916d441e5592d2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 18 Jun 2002 18:13:14 +0000 Subject: FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1. --- contrib/libio/iostrerror.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 contrib/libio/iostrerror.c (limited to 'contrib/libio/iostrerror.c') diff --git a/contrib/libio/iostrerror.c b/contrib/libio/iostrerror.c deleted file mode 100644 index 348e0956d70f..000000000000 --- a/contrib/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); -} -- cgit v1.2.3