diff options
-rw-r--r-- | gdb/doc/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 03b45a7..bb6e2ec 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,7 @@ 2001-09-08 Mark Kettenis <kettenis@gnu.org> + * gdbint.texinfo (Host Definition): Remove description of R_OK. + * gdbint.texinfo (Host Definition): Remove description of HAVE_SIGSETMASK. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 95465e5..6bd9f5a 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2297,9 +2297,6 @@ warning. This is currently defined if you configure using @findex siginterrupt Define this to indicate that @code{siginterrupt} is not available. -@item R_OK -Define if this is not in a system header file (typically, @file{unistd.h}). - @item SEEK_CUR @itemx SEEK_SET Define these to appropriate value for the system @code{lseek}, if not already |