diff options
Diffstat (limited to 'bfd/hosts')
-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(); |