mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Add definition of free
This commit is contained in:
@ -13,6 +13,7 @@
|
|||||||
#define SEEK_SET 0
|
#define SEEK_SET 0
|
||||||
#define SEEK_CUR 1
|
#define SEEK_CUR 1
|
||||||
|
|
||||||
|
extern void EXFUN(free,(PTR));
|
||||||
extern int EXFUN(abort,(void));
|
extern int EXFUN(abort,(void));
|
||||||
extern int EXFUN(close,(int));
|
extern int EXFUN(close,(int));
|
||||||
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
||||||
@ -39,6 +40,7 @@ extern int stat();
|
|||||||
extern int strtol();
|
extern int strtol();
|
||||||
char *malloc();
|
char *malloc();
|
||||||
char *realloc();
|
char *realloc();
|
||||||
|
|
||||||
extern char *strrchr();
|
extern char *strrchr();
|
||||||
extern char *ctime();
|
extern char *ctime();
|
||||||
extern int _flsbuf();
|
extern int _flsbuf();
|
||||||
|
Reference in New Issue
Block a user