From 71363c410e9988e74aba0879de13d181a1acca7a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Apr 1994 22:42:57 +0000 Subject: * hosts/i386aix.h: Changes to avoid prototypes conflicts with the ones defined in stdlib.h. (From Minh Tran-Le.) --- bfd/hosts/i386aix.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bfd/hosts') diff --git a/bfd/hosts/i386aix.h b/bfd/hosts/i386aix.h index 871714f..ef621ca 100644 --- a/bfd/hosts/i386aix.h +++ b/bfd/hosts/i386aix.h @@ -11,6 +11,7 @@ #include #include #include +#include #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(); -- cgit v1.1