This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Remove description of R_OK from docs


R_OK is gone too.

Committed.


Index: doc/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
	* gdbint.texinfo (Host Definition): Remove description of R_OK.

Index: doc/gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.37
diff -u -p -r1.37 gdbint.texinfo
--- doc/gdbint.texinfo 2001/09/08 10:28:20 1.37
+++ doc/gdbint.texinfo 2001/09/08 10:41:33
@@ -2297,9 +2297,6 @@ warning.  This is currently defined if y
 @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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]