projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7050286
)
eliminate use of obsolete EXFUN
author
Ken Raeburn
<raeburn@cygnus>
Wed, 2 Jun 1993 21:57:33 +0000
(21:57 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 2 Jun 1993 21:57:33 +0000
(21:57 +0000)
bfd/hosts/hppabsd.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/hppabsd.h
b/bfd/hosts/hppabsd.h
index 5f786a8acdcf08895aa371ad36112fae179d53f7..a1ffcbbc79993339b80aa94ca460da2517e64689 100644
(file)
--- 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