diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-15 11:45:11 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-15 11:45:11 -0800 |
commit | 581c26f9461f19f9e63fb05cd9a034c15d272293 (patch) | |
tree | bdf8c7a3b3252dfa6ec527fb4e1056ad02ebd657 | |
parent | a2f30f14056cfcbc324e3b6eedd8536b35003797 (diff) | |
download | gcc-581c26f9461f19f9e63fb05cd9a034c15d272293.zip gcc-581c26f9461f19f9e63fb05cd9a034c15d272293.tar.gz gcc-581c26f9461f19f9e63fb05cd9a034c15d272293.tar.bz2 |
(NO_SYS_SIGLIST): Define.
From-SVN: r3745
-rw-r--r-- | gcc/config/sparc/xm-sol2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h index a799f12..c2e11ae 100644 --- a/gcc/config/sparc/xm-sol2.h +++ b/gcc/config/sparc/xm-sol2.h @@ -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 |