mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
eliminate use of obsolete EXFUN
This commit is contained in:
parent
7050286db6
commit
4732cd70bc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user