* gdbint.texinfo (Host Definition): Remove description of

HAVE_SIGSETMASK.
This commit is contained in:
Mark Kettenis 2001-09-08 10:28:20 +00:00
parent 7fc73f389d
commit f277788bc6
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2001-09-08 Mark Kettenis <kettenis@gnu.org>
* gdbint.texinfo (Host Definition): Remove description of
HAVE_SIGSETMASK.
2001-09-04 Elena Zannoni <ezannoni@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Add

View File

@ -2177,11 +2177,6 @@ anal.
In some cases, use the system call @code{mmap} for reading symbol
tables. For some machines this allows for sharing and quick updates.
@item HAVE_SIGSETMASK
@findex sigsetmask
Define this if the host system has job control, but does not define
@code{sigsetmask}. Currently, this is only true of the RS/6000.
@item HAVE_TERMIO
Define this if the host system has @code{termio.h}.