aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-01 18:39:43 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-01 18:39:43 +0000
commit220642fd4757673af90a84ee0532bc7a9c7d785a (patch)
tree19f1a4ff951b5d83e8ca2ed472160bd1dcf36520 /bfd/hosts
parent210c52ac91caa53272dd12ea1266d408593f055a (diff)
downloadgdb-220642fd4757673af90a84ee0532bc7a9c7d785a.zip
gdb-220642fd4757673af90a84ee0532bc7a9c7d785a.tar.gz
gdb-220642fd4757673af90a84ee0532bc7a9c7d785a.tar.bz2
* hosts/sun3.h: Don't declare qsort, malloc or realloc.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/sun3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h
index d70adea..da907c2 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();