diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 04:23:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 04:23:29 +0000 |
commit | 826000345c004578cedf2e4bcd5cf6f0e84185bf (patch) | |
tree | f3e066b518600114190217f4be9ac4b91bf12d77 /gdb/doc/gdbint.texinfo | |
parent | 1636f0bbebdb8486aee30722a9f9a2d15aa9716e (diff) | |
download | gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.zip gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.tar.gz gdb-826000345c004578cedf2e4bcd5cf6f0e84185bf.tar.bz2 |
Eliminate MALLOC_INCOMPATIBLE.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index d75375d..51e21db 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2206,10 +2206,6 @@ This macro is used as the argument to @code{lseek} (or, most commonly, @code{bfd_seek}). FIXME, should be replaced by SEEK_SET instead, which is the POSIX equivalent. -@item MALLOC_INCOMPATIBLE -Define this if the system's prototype for @code{malloc} differs from the -@sc{ansi} definition. - @item MMAP_BASE_ADDRESS When using HAVE_MMAP, the first mapping should go at this address. |