* hosts/std-host.h: New file. Attempt at a generic/default
[deliverable/binutils-gdb.git] / bfd / hosts / i386mach.h
index 75fef74fe791f1c0b469720aa9499406c23e715d..874ead482a7fbb7a78afb907aebdfa9e531edbea 100644 (file)
@@ -1,5 +1,6 @@
 #include <fcntl.h>
 #include <errno.h>
+extern int errno;              /* <errno.h> forgets to do this... */
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -15,9 +16,9 @@
 #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
 
@@ -42,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.023051 seconds and 4 git commands to generate.