diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/make_errlist.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/make_errlist.c b/sysdeps/unix/make_errlist.c index 705dcfe88a..8c2b250134 100644 --- a/sysdeps/unix/make_errlist.c +++ b/sysdeps/unix/make_errlist.c @@ -31,11 +31,6 @@ main () puts ("#include \"ansidecl.h\"\n#include <stddef.h>\n"); puts ("\n/* This is a list of all known `errno' codes. */\n"); - puts ("#ifndef HAVE_WEAK_SYMBOLS"); - puts ("#define _sys_nerr\tsys_nerr"); - puts ("#define _sys_errlist\tsys_errlist"); - puts ("#endif"); - printf ("\nCONST int _sys_nerr = %d;\n\n", sys_nerr); puts ("CONST char *CONST _sys_errlist[] =\n {"); |