* hosts/sysv4.h (qsort, strtol): Don't declare.

This commit is contained in:
Ian Lance Taylor 1994-07-06 23:28:31 +00:00
parent cef0333efd
commit 7a769b7ffa
1 changed files with 0 additions and 2 deletions

View File

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