diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-20 00:54:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-20 00:54:43 +0000 |
commit | 0e52036f1f47078a9863f6a377ff11e10a81e8c4 (patch) | |
tree | 843cc4d980261981f8a7053bd2d3a9c87c085ac6 /gdb/config | |
parent | 81b8eb809e1fd6ad16bbeda4a365b8e7a81a441c (diff) | |
download | gdb-0e52036f1f47078a9863f6a377ff11e10a81e8c4.zip gdb-0e52036f1f47078a9863f6a377ff11e10a81e8c4.tar.gz gdb-0e52036f1f47078a9863f6a377ff11e10a81e8c4.tar.bz2 |
Move realoc() decl to utils.c. s/realloc()/xrealloc()/.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index f77493a..497d2a7 100644 --- a/gdb/config/pa/xm-hppah.h +++ b/gdb/config/pa/xm-hppah.h @@ -42,5 +42,3 @@ #define MALLOC_INCOMPATIBLE extern void *malloc (size_t); - -extern void *realloc (void *, size_t); |