diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-03 04:39:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-03 04:39:26 +0000 |
commit | 02cd79b8a5baf0ab1582b7eb4966d6b599c791e2 (patch) | |
tree | 2f12a477f1b4b4d67f0e95098525ae15392f04df /gcc/config/xm-svr4.h | |
parent | 0b2bef9a5443516fa8d08cfc8159df8d7c8ecaef (diff) | |
download | gcc-02cd79b8a5baf0ab1582b7eb4966d6b599c791e2.tar.gz |
* xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
* xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
* gcc.texi: Note that if you define sys_siglist that you should
also define SYS_SIGLIST_DECLARED.
autoconf doesn't handle finding sys_siglist under different names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/xm-svr4.h')
-rw-r--r-- | gcc/config/xm-svr4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/xm-svr4.h b/gcc/config/xm-svr4.h index 30084322510..49a751d92dd 100644 --- a/gcc/config/xm-svr4.h +++ b/gcc/config/xm-svr4.h @@ -33,3 +33,5 @@ Boston, MA 02111-1307, USA. */ /* SVR4 provides no sys_siglist, but does offer the same data under another name. */ #define sys_siglist _sys_siglist +#undef SYS_SIGLIST_DECLARED +#define SYS_SIGLIST_DECLARED |