From 220642fd4757673af90a84ee0532bc7a9c7d785a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 1 Jun 1994 18:39:43 +0000 Subject: [PATCH] * hosts/sun3.h: Don't declare qsort, malloc or realloc. --- bfd/ChangeLog | 4 ++++ bfd/hosts/sun3.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 61f28db1ce..d8bb82ffb5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 1 14:37:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * hosts/sun3.h: Don't declare qsort, malloc or realloc. + Thu May 26 13:56:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * nlmcode.h (nlm_swap_auxiliary_headers_in): Cast bfd_byte pointer diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h index d70adea702..da907c2320 100644 --- a/bfd/hosts/sun3.h +++ b/bfd/hosts/sun3.h @@ -21,7 +21,6 @@ extern int free PARAMS ((PTR)); extern void abort PARAMS ((void)); extern int close PARAMS ((int)); extern int fprintf PARAMS ((FILE *,CONST char *,...)); -extern int qsort PARAMS ((void *data, int els, int siz, int func())); extern void exit PARAMS ((int)); extern int fclose PARAMS ((FILE*)); extern void bcopy PARAMS ((char*,char*,int)); @@ -36,10 +35,6 @@ extern int chmod(); extern int fstat(); extern int stat(); extern int strtol(); -#ifndef DONTDECLARE_MALLOC -extern PTR malloc PARAMS ((unsigned)); -extern PTR realloc PARAMS ((PTR, unsigned)); -#endif extern char *strrchr(); extern char *ctime(); -- 2.34.1