diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-26 05:35:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-26 05:35:43 +0000 |
commit | 86dbb1303fc4eee91e89409f68fc05234f014977 (patch) | |
tree | 54dc0267e6616af250d291ca4727c10bd7f45626 /bfd | |
parent | bff600cfa4e09e2a6b6145fbc72f8b95f549dcbe (diff) | |
download | gdb-86dbb1303fc4eee91e89409f68fc05234f014977.zip gdb-86dbb1303fc4eee91e89409f68fc05234f014977.tar.gz gdb-86dbb1303fc4eee91e89409f68fc05234f014977.tar.bz2 |
* hosts/i386v4.h (qsort, strtol): Remove incorrect and useless
declarations.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/i386v4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 3679c80..68af5e1 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -29,14 +29,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(); |