diff options
Diffstat (limited to 'test/string/string.c')
-rw-r--r-- | test/string/string.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 <strings.h> #include <fcntl.h> -#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 = "<UNSET>"; /* Routine name for message routines. */ |