diff options
Diffstat (limited to 'bfd/hosts/dgux.h')
-rw-r--r-- | bfd/hosts/dgux.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h index f5bd533..0847982 100644 --- a/bfd/hosts/dgux.h +++ b/bfd/hosts/dgux.h @@ -12,15 +12,15 @@ #include <stdio.h> #ifndef DONTDECLARE_MALLOC -extern PTR EXFUN(malloc,(unsigned)); +extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (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 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 strtol(); -extern void EXFUN( bzero,(char *, int)); #define NO_STDARG 1 |