From 22fa952fdb5e9d2c5b1ee0d6c3fb75974ca15666 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 26 Aug 2002 18:06:53 +0000 Subject: sparc, alpha, and mips have different errno values than the other supported platforms. Adjust _susv3_strerror_r function to deal with this. Also fix an error in strerror() wrt invalid errnos. NOTE: sys_errlist and sys_nerr are no longer supported!!! --- test/string/string.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') diff --git a/test/string/string.c b/test/string/string.c index c83f9f863..70953001f 100644 --- a/test/string/string.c +++ b/test/string/string.c @@ -34,11 +34,6 @@ #include #include -#ifndef HAVE_GNU_LD -#define _sys_nerr sys_nerr -#define _sys_errlist sys_errlist -#endif - #define STREQ(a, b) (strcmp((a), (b)) == 0) const char *it = ""; /* Routine name for message routines. */ -- cgit v1.2.3