* hosts/std-host.h: New file. Attempt at a generic/default
[deliverable/binutils-gdb.git] / bfd / hosts / i386mach.h
index 6b6c9cef31da92915010a9db837c5a5facd270a1..874ead482a7fbb7a78afb907aebdfa9e531edbea 100644 (file)
@@ -16,9 +16,9 @@ extern int errno;             /* <errno.h> forgets to do this... */
 #define SEEK_SET 0
 #define SEEK_CUR 1
 
-extern PROTO(PTR, malloc, (unsigned));
-extern PROTO(PTR, realloc, (PTR, unsigned));
-extern PROTO(void, free, (PTR));
+extern PTR  EXFUN(malloc, (unsigned));
+extern PTR  EXFUN(realloc, (PTR, unsigned));
+extern void EXFUN(free, (PTR));
 
 #define        HAVE_STRERROR
 
@@ -43,3 +43,4 @@ typedef short int16_type;
 typedef unsigned short uint16_type;
 typedef int int32_type;
 typedef unsigned int uint32_type;
+#include "fopen-same.h"
This page took 0.023235 seconds and 4 git commands to generate.