From 6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 13 Jul 1994 01:28:47 +0000 Subject: [PATCH] config/ho-sysv.h (realloc): Declare. --- gas/ChangeLog | 4 ++++ gas/config/ho-sysv.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 21a517486b..d25a0e683b 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 ba6955820e..62aacf2038 100644 --- a/gas/config/ho-sysv.h +++ b/gas/config/ho-sysv.h @@ -19,6 +19,6 @@ #include extern int free (); -extern char *malloc (); +extern char *malloc (), *realloc (); /* end of ho-sysv.h */ -- 2.34.1