mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
config/ho-sysv.h (realloc): Declare.
This commit is contained in:
parent
6380e4d28e
commit
6b510a40ae
@ -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
|
||||
|
@ -19,6 +19,6 @@
|
||||
|
||||
#include <string.h>
|
||||
extern int free ();
|
||||
extern char *malloc ();
|
||||
extern char *malloc (), *realloc ();
|
||||
|
||||
/* end of ho-sysv.h */
|
||||
|
Loading…
Reference in New Issue
Block a user