* hosts/std-host.h (struct int64e_struct): Remove needless typedef
[deliverable/binutils-gdb.git] / bfd / hosts / amix.h
index 8481e94644adb79b97db0d7a81062d2c9bf3f78b..ed0a1db741813607ca745b1bf28a4a95ecfe2698 100644 (file)
@@ -1,4 +1,5 @@
 /* Amiga Unix host system */
+
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
 #define SEEK_CUR 1
 
 #define POSIX_UTIME
+#define HAVE_PROCFS    /* This host has /proc support */
 
-extern PROTO(int,  abort,(void));
-extern PROTO(int,  close,(int));
-extern PROTO(void, exit,(int));
-extern PROTO(int,  fclose,(FILE*));
-extern PROTO(void, free,(PTR));
-extern PROTO(int,  fseek,(FILE*, long, int));
-extern PROTO(int,  getgid,());
-extern PROTO(int,  getuid,());
-extern PROTO(PTR,  malloc,(unsigned));
-extern PROTO(void, perror,(CONST char *));
-extern PROTO(int,  qsort,(void *data,int els, int siz, int func()));
-extern PROTO(PTR,  realloc, (PTR, unsigned));
+extern void EXFUN( abort,(void));
+extern int EXFUN(  close,(int));
+extern void EXFUN( exit,(int));
+extern int EXFUN(  fclose,(FILE*));
+extern void EXFUN( free,(PTR));
+extern int EXFUN(  fseek,(FILE*, long, int));
+extern int EXFUN(  getgid,());
+extern int EXFUN(  getuid,());
+extern PTR EXFUN(  malloc,(unsigned));
+extern void EXFUN( perror,(CONST char *));
+extern int EXFUN(  qsort,(void *data,int els, int siz, int func()));
+extern PTR EXFUN(  realloc, (PTR, unsigned));
 
 extern char *getenv();
 extern int chmod();
@@ -60,3 +62,5 @@ 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.023836 seconds and 4 git commands to generate.