From: Steve Chamberlain Date: Fri, 14 Jun 1991 20:50:29 +0000 (+0000) Subject: Made it better X-Git-Tag: gdb-4_18~24141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6129e2bc2e5e31bdbfba725980a62febe44ac64;p=thirdparty%2Fbinutils-gdb.git Made it better --- diff --git a/bfd/hosts/dgux.h b/bfd/hosts/dgux.h index 57351c26c44..7db80bfd503 100644 --- a/bfd/hosts/dgux.h +++ b/bfd/hosts/dgux.h @@ -1,7 +1,8 @@ #include +#include #include #include -#include + #include #include #include @@ -10,6 +11,16 @@ #include +#ifndef DONTDECLARE_MALLOC +extern PROTO(PTR,malloc,(unsigned)); +extern PROTO(PTR ,realloc, (PTR, unsigned)); +#endif +extern PROTO(int, abort,(void)); +extern PROTO(int, free,(PTR)); +extern PROTO(void, bcopy,(char*,char*,int)); +extern PROTO(void, exit,(int)); +extern int strtol(); +extern PROTO(void, bzero,(char *, int)); #define NO_STDARG 1