(NO_SYS_SIGLIST): Define.

From-SVN: r3745
This commit is contained in:
Jim Wilson 1993-03-15 11:45:11 -08:00
parent a2f30f1405
commit 581c26f946
1 changed files with 6 additions and 0 deletions

View File

@ -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