aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-07-13 01:28:47 +0000
committerKen Raeburn <raeburn@cygnus>1994-07-13 01:28:47 +0000
commit6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07 (patch)
tree12d29c213be1268006c62a5d107326c2859f09e7
parent6380e4d28e997f2fb3126aa142aef893926b02b9 (diff)
downloadgdb-6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07.zip
gdb-6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07.tar.gz
gdb-6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07.tar.bz2
config/ho-sysv.h (realloc): Declare.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/ho-sysv.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 21a5174..d25a0e6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 12 21:27:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * config/ho-sysv.h (realloc): Declare.
+
Tue Jul 12 12:06:42 1994 Kung Hsu (kung@x1.cygnus.com)
* config/obj-ecoff.h: change calling interface of
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h
index ba69558..62aacf20 100644
--- a/gas/config/ho-sysv.h
+++ b/gas/config/ho-sysv.h
@@ -19,6 +19,6 @@
#include <string.h>
extern int free ();
-extern char *malloc ();
+extern char *malloc (), *realloc ();
/* end of ho-sysv.h */