* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / dgux.h
index b4b102de50cc263daa8e8ea74556dd7ee7a03342..0760462d6867fbd14d9b03a16885d6bec4337a60 100644 (file)
@@ -1,6 +1,9 @@
+#include <ansidecl.h>
+#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>
@@ -9,7 +12,18 @@
 
 #include <stdio.h>
 
+#ifndef        DONTDECLARE_MALLOC
+extern PTR  malloc     PARAMS ((unsigned));
+extern PTR  realloc    PARAMS ((PTR, unsigned));
+#endif
+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
 
 
 
+#include "fopen-same.h"
This page took 0.023909 seconds and 4 git commands to generate.