mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
eliminate use of obsolete EXFUN
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
#include <string.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
extern PTR EXFUN(malloc,(unsigned));
|
||||
extern void EXFUN(free, (PTR));
|
||||
extern PTR malloc PARAMS ((unsigned));
|
||||
extern void free PARAMS ((PTR));
|
||||
|
||||
#define HOST_HPPABSD
|
||||
|
||||
|
Reference in New Issue
Block a user