From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Remove description of HAVE_SIGSETMASK from docs Date: Sat, 08 Sep 2001 03:28:00 -0000 Message-id: <200109081027.f88ARwJ00372@delius.kettenis.local> X-SW-Source: 2001-09/msg00104.html Autoconfiged now. Mark Index: doc/ChangeLog from Mark Kettenis * gdbint.texinfo (Host Definition): Remove description of HAVE_SIGSETMASK. Index: doc/gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.36 diff -u -p -r1.36 gdbint.texinfo --- doc/gdbint.texinfo 2001/09/06 12:01:36 1.36 +++ doc/gdbint.texinfo 2001/09/08 10:26:06 @@ -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}.