diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-24 10:35:42 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-24 10:35:42 +0000 |
commit | 2f45a6e05b297e75c9e7ec29ef57dd7183738b3d (patch) | |
tree | c0e03ee09b37849e4d6e0b5fdfceafdba3106d59 /gdb | |
parent | d6231427407b36a2198c34abdfc89c7c88fb8df3 (diff) | |
download | gdb-2f45a6e05b297e75c9e7ec29ef57dd7183738b3d.zip gdb-2f45a6e05b297e75c9e7ec29ef57dd7183738b3d.tar.gz gdb-2f45a6e05b297e75c9e7ec29ef57dd7183738b3d.tar.bz2 |
* gdbint.texinfo (Host Definition): Remove description of
NEED_POSIX_SETPGID.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 00afcec..e0c40c8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-23 Mark Kettenis <kettenis@gnu.org> + + * gdbint.texinfo (Host Definition): Remove description of + NEED_POSIX_SETPGID. + 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il> * gdb.tex (DJGPP Native): New node, with descriptions of diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 06370ef..0287034 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2142,11 +2142,6 @@ When using HAVE_MMAP, the first mapping should go at this address. @item MMAP_INCREMENT when using HAVE_MMAP, this is the increment between mappings. -@item NEED_POSIX_SETPGID -@findex setpgid -Define this to use the POSIX version of @code{setpgid} to determine -whether job control is available. - @item NORETURN If defined, this should be one or more tokens, such as @code{volatile}, that can be used in both the declaration and definition of functions to |