* gdbint.texinfo (Host Definition): Delete description of
FCLOSE_PROVIDED and GETENV_PROVIDED.
This commit is contained in:
parent
5cb0ff31a2
commit
73b0368308
2 changed files with 5 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-14 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Host Definition): Delete description of
|
||||||
|
FCLOSE_PROVIDED and GETENV_PROVIDED.
|
||||||
|
|
||||||
2004-08-05 Mark Kettenis <kettenis@chello.nl>
|
2004-08-05 Mark Kettenis <kettenis@chello.nl>
|
||||||
|
|
||||||
* gdbint.texinfo (Host Definition): Delete description of
|
* gdbint.texinfo (Host Definition): Delete description of
|
||||||
|
|
|
@ -2165,19 +2165,9 @@ The default value of the prompt string (normally @code{"(gdb) "}).
|
||||||
@cindex terminal device
|
@cindex terminal device
|
||||||
The name of the generic TTY device, defaults to @code{"/dev/tty"}.
|
The name of the generic TTY device, defaults to @code{"/dev/tty"}.
|
||||||
|
|
||||||
@item FCLOSE_PROVIDED
|
|
||||||
Define this if the system declares @code{fclose} in the headers included
|
|
||||||
in @code{defs.h}. This isn't needed unless your compiler is unusually
|
|
||||||
anal.
|
|
||||||
|
|
||||||
@item FOPEN_RB
|
@item FOPEN_RB
|
||||||
Define this if binary files are opened the same way as text files.
|
Define this if binary files are opened the same way as text files.
|
||||||
|
|
||||||
@item GETENV_PROVIDED
|
|
||||||
Define this if the system declares @code{getenv} in its headers included
|
|
||||||
in @code{defs.h}. This isn't needed unless your compiler is unusually
|
|
||||||
anal.
|
|
||||||
|
|
||||||
@item HAVE_MMAP
|
@item HAVE_MMAP
|
||||||
@findex mmap
|
@findex mmap
|
||||||
In some cases, use the system call @code{mmap} for reading symbol
|
In some cases, use the system call @code{mmap} for reading symbol
|
||||||
|
|
Loading…
Add table
Reference in a new issue