From: Ken Raeburn Date: Wed, 13 Jul 1994 01:28:47 +0000 (+0000) Subject: config/ho-sysv.h (realloc): Declare. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6b510a40ae5bc4d08ac38932cfefad2d3e5c2e07;p=deliverable%2Fbinutils-gdb.git config/ho-sysv.h (realloc): Declare. --- 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 */