summaryrefslogtreecommitdiff
path: root/libiberty/strsignal.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-06-12 13:16:43 +0000
committerDJ Delorie <dj@redhat.com>2001-06-12 13:16:43 +0000
commit11f6f21d465eb5e05ff2819ae58ae545c6e15e59 (patch)
tree9c3430ebe390b01cffd4436563b85969e0c396cb /libiberty/strsignal.c
parent6fc1282450dd2fecc369ea820a2b04dcf45dc000 (diff)
downloadbinutils-gdb-11f6f21d465eb5e05ff2819ae58ae545c6e15e59.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/strsignal.c')
-rw-r--r--libiberty/strsignal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/strsignal.c b/libiberty/strsignal.c
index 5625323b71b..2533adce297 100644
--- a/libiberty/strsignal.c
+++ b/libiberty/strsignal.c
@@ -17,6 +17,7 @@
ignore any declaration in the system header files, and always
declare it ourselves. With luck, this will always work. */
#define sys_siglist no_such_symbol
+#define sys_nsig sys_nsig__no_such_symbol
#include <stdio.h>
#include <signal.h>
@@ -38,6 +39,7 @@ extern PTR memset ();
/* Undefine the macro we used to hide the definition of sys_siglist
found in the system header files. */
#undef sys_siglist
+#undef sys_nsig
#ifndef NULL
# ifdef __STDC__