Commit 581c26f9 by Jim Wilson

(NO_SYS_SIGLIST): Define.

From-SVN: r3745
parent a2f30f14
......@@ -4,3 +4,9 @@
#ifndef __GNUC__
#include <alloca.h>
#endif
/* We do 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
don't have it. */
#define NO_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