* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / dgux.h
index 7db80bfd5030aef8f9d7ffa07c2e8df47b195731..0760462d6867fbd14d9b03a16885d6bec4337a60 100644 (file)
@@ -1,3 +1,4 @@
+#include <ansidecl.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/dg_c_generics.h>
 
 #include <stdio.h>
 
-#ifndef DONTDECLARE_MALLOC
-extern PROTO(PTR,malloc,(unsigned));
-extern PROTO(PTR ,realloc, (PTR, unsigned));
+#ifndef        DONTDECLARE_MALLOC
+extern PTR  malloc     PARAMS ((unsigned));
+extern PTR  realloc    PARAMS ((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     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();
-extern PROTO(void, bzero,(char *, int));
 #define NO_STDARG 1
 
 
 
+#include "fopen-same.h"
This page took 0.024045 seconds and 4 git commands to generate.