aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-07-06 23:28:31 +0000
committerIan Lance Taylor <ian@airs.com>1994-07-06 23:28:31 +0000
commit7a769b7ffafd0fdba21d3619a66520865c3e82c8 (patch)
tree1fbfcb2e87ef229e4710d1450548fdf9515cad62 /bfd/hosts
parentcef0333efd6b51706779c97e3646d542f3b0e381 (diff)
downloadfsf-binutils-gdb-7a769b7ffafd0fdba21d3619a66520865c3e82c8.zip
fsf-binutils-gdb-7a769b7ffafd0fdba21d3619a66520865c3e82c8.tar.gz
fsf-binutils-gdb-7a769b7ffafd0fdba21d3619a66520865c3e82c8.tar.bz2
* hosts/sysv4.h (qsort, strtol): Don't declare.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/sysv4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/sysv4.h b/bfd/hosts/sysv4.h
index 51ac2e7..0f75102 100644
--- a/bfd/hosts/sysv4.h
+++ b/bfd/hosts/sysv4.h
@@ -37,14 +37,12 @@ extern int getgid PARAMS (());
extern int getuid PARAMS (());
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();
extern int fstat();
extern int stat();
-extern int strtol();
extern char *ctime();
extern int _flsbuf();