config/ho-sysv.h (realloc): Declare.

This commit is contained in:
Ken Raeburn 1994-07-13 01:28:47 +00:00
parent 6380e4d28e
commit 6b510a40ae
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -19,6 +19,6 @@
#include <string.h>
extern int free ();
extern char *malloc ();
extern char *malloc (), *realloc ();
/* end of ho-sysv.h */