diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-06 13:34:36 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-06 13:34:36 -0800 |
commit | d11c20c4e4eb42bc5c8cfb656dcb39992a9cb90c (patch) | |
tree | 2989a7dbd38ad45af37ef2a06ae0ac43acfbcfb8 /gcc/config/sparc | |
parent | 1b7ca660470716ec2adf0f578c921659c8639b4d (diff) | |
download | gcc-d11c20c4e4eb42bc5c8cfb656dcb39992a9cb90c.zip gcc-d11c20c4e4eb42bc5c8cfb656dcb39992a9cb90c.tar.gz gcc-d11c20c4e4eb42bc5c8cfb656dcb39992a9cb90c.tar.bz2 |
(NO_SYS_SIGLIST): Delete.
(DONT_DECLARE_SYS_SIGLIST): Define.
From-SVN: r6495
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/xm-sol2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h index c2e11ae..234ed99 100644 --- a/gcc/config/sparc/xm-sol2.h +++ b/gcc/config/sparc/xm-sol2.h @@ -5,8 +5,8 @@ #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. */ +/* 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 NO_SYS_SIGLIST +#define DONT_DECLARE_SYS_SIGLIST |