merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strsignal.c
index 5625323b71b30ed699849eab41dc9b46b9d82280..2533adce2979385ebc57f6a4c5ae99e9fd26839b 100644 (file)
@@ -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__
This page took 0.024039 seconds and 4 git commands to generate.