8sa1-gcc/gcc/config/sparc/xm-sol2.h
Jim Wilson d11c20c4e4 (NO_SYS_SIGLIST): Delete.
(DONT_DECLARE_SYS_SIGLIST): Define.

From-SVN: r6495
1994-02-06 13:34:36 -08:00

13 lines
360 B
C

#include "sparc/xm-sysv4.h"
/* If not compiled with GNU C, include the system's <alloca.h> header. */
#ifndef __GNUC__
#include <alloca.h>
#endif
/* We have _sys_siglist, but the declaration in <signal.h> conflicts with
the declarations in collect2.c and mips-tfile.c, so disable the declarations
in those files. */
#define DONT_DECLARE_SYS_SIGLIST