* hosts/i386v4.h (qsort, strtol): Remove incorrect and useless

declarations.
This commit is contained in:
Ian Lance Taylor 1994-02-26 05:35:43 +00:00
parent bff600cfa4
commit 86dbb1303f

View file

@ -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();