mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* hosts/sysv4.h (qsort, strtol): Don't declare.
This commit is contained in:
@ -37,14 +37,12 @@ extern int getgid PARAMS (());
|
|||||||
extern int getuid PARAMS (());
|
extern int getuid PARAMS (());
|
||||||
extern PTR malloc PARAMS ((unsigned));
|
extern PTR malloc PARAMS ((unsigned));
|
||||||
extern void perror PARAMS ((CONST char *));
|
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 PTR realloc PARAMS ((PTR, unsigned));
|
||||||
|
|
||||||
extern char *getenv();
|
extern char *getenv();
|
||||||
extern int chmod();
|
extern int chmod();
|
||||||
extern int fstat();
|
extern int fstat();
|
||||||
extern int stat();
|
extern int stat();
|
||||||
extern int strtol();
|
|
||||||
|
|
||||||
extern char *ctime();
|
extern char *ctime();
|
||||||
extern int _flsbuf();
|
extern int _flsbuf();
|
||||||
|
Reference in New Issue
Block a user