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/gcc.texi | |
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/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 40767c2d9e2..802f7f65ed7 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -3752,6 +3752,9 @@ as @code{_sys_siglist}. On these systems, you can define @code{sys_siglist} as a macro which expands into the name actually provided. +If you define @code{sys_siglist}, you should also define +@code{SYS_SIGLIST_DECLARED}. + @findex NO_STAB_H @item NO_STAB_H Define this if your system does not have the include file |