]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* hosts/i386aix.h: Changes to avoid prototypes conflicts with the ones defined
authorKen Raeburn <raeburn@cygnus>
Wed, 20 Apr 1994 22:42:57 +0000 (22:42 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 20 Apr 1994 22:42:57 +0000 (22:42 +0000)
in stdlib.h.  (From Minh Tran-Le.)

bfd/ChangeLog
bfd/hosts/i386aix.h

index 2602e18b79791ea5721d998a3c38b65f4d3ff0a3..092452552a64246cd7905fb13587566d3bf6a311 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr 20 16:45:51 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * hosts/i386aix.h: Changes to avoid prototypes conflicts with the
+       ones defined in stdlib.h.  (From Minh Tran-Le.)
+
 Wed Apr 20 14:15:21 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 start-sanitize-powerpc-netware
 
index 871714fd8a851a89d915a832638b0a73f021c983..ef621cafbb09689b074d5b6cc27b57f994d5f6bf 100644 (file)
@@ -11,6 +11,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
+#include <stdlib.h>
 
 #ifndef        O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
@@ -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();