* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / i386aix.h
index 156669445d667cba5d44837090c27592ec91cf80..ef621cafbb09689b074d5b6cc27b57f994d5f6bf 100644 (file)
@@ -11,8 +11,9 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
+#include <stdlib.h>
 
-#ifndef O_ACCMODE
+#ifndef        O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif
 #define SEEK_SET 0
@@ -26,10 +27,7 @@ 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.02391 seconds and 4 git commands to generate.