aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-02 21:57:33 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-02 21:57:33 +0000
commit4732cd70bcdfc640f366e89a799a2387b350ed69 (patch)
treed0c4b3d6a5eb76efb2f1e22069932e0f3c392599
parent7050286db6c6aeae6a65803a34978ee9e01b5c04 (diff)
downloadgdb-4732cd70bcdfc640f366e89a799a2387b350ed69.zip
gdb-4732cd70bcdfc640f366e89a799a2387b350ed69.tar.gz
gdb-4732cd70bcdfc640f366e89a799a2387b350ed69.tar.bz2
eliminate use of obsolete EXFUN
-rw-r--r--bfd/hosts/hppabsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h
index 5f786a8..a1ffcbb 100644
--- a/bfd/hosts/hppabsd.h
+++ b/bfd/hosts/hppabsd.h
@@ -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