diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:43:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:43:27 +0000 |
commit | d28379df76c1d411734b8e17181894b9057f574e (patch) | |
tree | ba367af628e4d347cb65625bf60f14162dd0698c /gdb/doc | |
parent | 4ad318e604a1e84d1e3f4391bab643610b8a77bb (diff) | |
download | gdb-d28379df76c1d411734b8e17181894b9057f574e.zip gdb-d28379df76c1d411734b8e17181894b9057f574e.tar.gz gdb-d28379df76c1d411734b8e17181894b9057f574e.tar.bz2 |
* gdbint.texinfo (Host Definition): Remove description of R_OK.
Diffstat (limited to 'gdb/doc')
-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 |