From 11f6f21d465eb5e05ff2819ae58ae545c6e15e59 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 12 Jun 2001 13:16:43 +0000 Subject: merge from gcc --- libiberty/strerror.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libiberty/strerror.c') diff --git a/libiberty/strerror.c b/libiberty/strerror.c index 0dd2220cd73..ba837e32332 100644 --- a/libiberty/strerror.c +++ b/libiberty/strerror.c @@ -13,6 +13,7 @@ incompatible with our later declaration, perhaps by using const attributes. So we hide the declaration in errno.h (if any) using a macro. */ +#define sys_nerr sys_nerr__ #define sys_errlist sys_errlist__ #endif @@ -20,6 +21,7 @@ #include #ifdef HAVE_SYS_ERRLIST +#undef sys_nerr #undef sys_errlist #endif -- cgit v1.2.1