* hosts/delta88v4.h: New for SVR4.
[deliverable/binutils-gdb.git] / bfd / hosts / dgux.h
index b89dd83e27cf4d2a989b76928c931624d242147d..ff0573f7be6b46e5309ce366282c26cff97e6459 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>
 
-#define HOST_BIG_ENDIAN_P
-
 #ifndef DONTDECLARE_MALLOC
-extern PTR  EXFUN(malloc,(unsigned));
-extern PTR  EXFUN(realloc, (PTR, unsigned));
+extern PTR  malloc     PARAMS ((unsigned));
+extern PTR  realloc    PARAMS ((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 void EXFUN(bzero,(char *, 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();
 #define NO_STDARG 1
 
This page took 0.022981 seconds and 4 git commands to generate.