mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
fix cc compile failure
This commit is contained in:
@ -37,7 +37,6 @@ extern int fwrite();
|
|||||||
extern int sscanf();
|
extern int sscanf();
|
||||||
extern int stat();
|
extern int stat();
|
||||||
extern int strtol();
|
extern int strtol();
|
||||||
void free();
|
|
||||||
char *malloc();
|
char *malloc();
|
||||||
char *realloc();
|
char *realloc();
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
|
Reference in New Issue
Block a user