eliminate use of obsolete EXFUN
This commit is contained in:
parent
7050286db6
commit
4732cd70bc
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR malloc PARAMS ((unsigned));
|
||||||
extern void EXFUN(free, (PTR));
|
extern void free PARAMS ((PTR));
|
||||||
|
|
||||||
#define HOST_HPPABSD
|
#define HOST_HPPABSD
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue