]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Made it better
authorSteve Chamberlain <steve@cygnus>
Fri, 14 Jun 1991 20:50:29 +0000 (20:50 +0000)
committerSteve Chamberlain <steve@cygnus>
Fri, 14 Jun 1991 20:50:29 +0000 (20:50 +0000)
bfd/hosts/dgux.h

index 57351c26c446ba553937bcde4da468905051c0e5..7db80bfd5030aef8f9d7ffa07c2e8df47b195731 100644 (file)
@@ -1,7 +1,8 @@
 #include <errno.h>
+#include <sys/types.h>
 #include <sys/dg_c_generics.h>
 #include <unistd.h>
-#include <stdlib.h>
+
 #include <string.h>
 #include <fcntl.h>
 #include <sys/stat.h>
 
 #include <stdio.h>
 
+#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