From: Ian Lance Taylor Date: Sat, 26 Feb 1994 05:35:43 +0000 (+0000) Subject: * hosts/i386v4.h (qsort, strtol): Remove incorrect and useless X-Git-Tag: gdb-4_18~15361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86dbb1303fc4eee91e89409f68fc05234f014977;p=platform%2Fupstream%2Fbinutils.git * hosts/i386v4.h (qsort, strtol): Remove incorrect and useless declarations. --- 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();