diff options
Diffstat (limited to 'bfd/hosts/apollov68.h')
-rw-r--r-- | bfd/hosts/apollov68.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/hosts/apollov68.h b/bfd/hosts/apollov68.h index 5c5dbde..3c4c6d9 100644 --- a/bfd/hosts/apollov68.h +++ b/bfd/hosts/apollov68.h @@ -30,9 +30,9 @@ #include <string.h> #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" |