* elf32-hppa.h, hosts/*: Remove (one more time) all occurrances
[deliverable/binutils-gdb.git] / bfd / hosts / i386aix.h
index ae59809258955b06e19059ab6c625b5b0ec719ac..156669445d667cba5d44837090c27592ec91cf80 100644 (file)
 
 #define POSIX_UTIME
 
-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 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 void    abort   PARAMS ((void));
+extern int     close   PARAMS ((int));
+extern void    exit    PARAMS ((int));
+extern int     fclose  PARAMS ((FILE*));
+extern void    free    PARAMS ((PTR));
+extern int     fseek   PARAMS ((FILE*, long, int));
+extern PTR     malloc  PARAMS ((unsigned));
+extern void    perror  PARAMS ((CONST char *));
+extern int     qsort   PARAMS ((void *data, int els, int siz, int func()));
+extern PTR     realloc PARAMS ((PTR, unsigned));
 
 extern char *getenv();
 extern int chmod();
This page took 0.024041 seconds and 4 git commands to generate.