Commit d11c20c4 by Jim Wilson

(NO_SYS_SIGLIST): Delete.

(DONT_DECLARE_SYS_SIGLIST): Define.

From-SVN: r6495
parent 1b7ca660
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include <alloca.h> #include <alloca.h>
#endif #endif
/* We do have _sys_siglist, but the declaration in <signal.h> conflicts with /* We have _sys_siglist, but the declaration in <signal.h> conflicts with
the declarations in collect2.c and mips-tfile.c, so just pretend that we the declarations in collect2.c and mips-tfile.c, so disable the declarations
don't have it. */ in those files. */
#define NO_SYS_SIGLIST #define DONT_DECLARE_SYS_SIGLIST
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment