aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/apollo68.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts/apollo68.h')
-rw-r--r--bfd/hosts/apollo68.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h
index 4e7b477..eb14ad8 100644
--- a/bfd/hosts/apollo68.h
+++ b/bfd/hosts/apollo68.h
@@ -19,9 +19,9 @@
#endif /* MAXPATHLEN */
#ifndef DONTDECLARE_MALLOC
-extern PTR EXFUN(malloc,(unsigned));
-extern PTR EXFUN(realloc, (PTR, unsigned));
-extern void EXFUN( free,(PTR));
+extern PTR malloc PARAMS ((unsigned));
+extern PTR realloc PARAMS ((PTR, unsigned));
+extern void free PARAMS ((PTR));
#endif
#include "fopen-same.h"