mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* hosts/h-amix.h (free): Fix prototype.
This commit is contained in:
@ -21,7 +21,7 @@ extern PROTO(int, abort,(void));
|
||||
extern PROTO(int, close,(int));
|
||||
extern PROTO(void, exit,(int));
|
||||
extern PROTO(int, fclose,(FILE*));
|
||||
extern PROTO(int, free,(PTR));
|
||||
extern PROTO(void, free,(PTR));
|
||||
extern PROTO(int, fseek,(FILE*, long, int));
|
||||
extern PROTO(int, getgid,());
|
||||
extern PROTO(int, getuid,());
|
||||
|
Reference in New Issue
Block a user