diff options
Diffstat (limited to 'bfd/hosts/dgux.h')
-rw-r--r-- | bfd/hosts/dgux.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h index 058c53a..ff0573f 100644 --- a/bfd/hosts/dgux.h +++ b/bfd/hosts/dgux.h @@ -13,14 +13,14 @@ #include <stdio.h> #ifndef DONTDECLARE_MALLOC -extern PTR EXFUN(malloc,(unsigned)); -extern PTR EXFUN(realloc, (PTR, unsigned)); +extern PTR malloc PARAMS ((unsigned)); +extern PTR realloc PARAMS ((PTR, unsigned)); #endif -extern int EXFUN(abort,(void)); -extern int EXFUN(free,(PTR)); -extern void EXFUN(bcopy,(char*,char*,int)); -extern void EXFUN(exit,(int)); -extern void EXFUN(bzero,(char *, int)); +extern int abort PARAMS ((void)); +extern void free PARAMS ((PTR)); +extern void bcopy PARAMS ((char*,char*,int)); +extern void exit PARAMS ((int)); +extern void bzero PARAMS ((char *, int)); extern int strtol(); #define NO_STDARG 1 |