mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
(free): Returns void if __STDC__.
This commit is contained in:
parent
2fd415dfa2
commit
7d0ed38fc3
@ -29,9 +29,10 @@
|
||||
|
||||
#ifdef __STDC__
|
||||
extern void *malloc (), *realloc ();
|
||||
extern void free ();
|
||||
#else
|
||||
extern char *malloc (), *realloc ();
|
||||
#endif
|
||||
extern int free ();
|
||||
#endif
|
||||
|
||||
/* end of ho-generic.h */
|
||||
|
Loading…
Reference in New Issue
Block a user