mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
fix declaration of free
This commit is contained in:
parent
36e492a640
commit
bec9b33551
@ -13,7 +13,11 @@
|
||||
#define SEEK_SET 0
|
||||
#define SEEK_CUR 1
|
||||
|
||||
#ifdef __STDC__
|
||||
extern void EXFUN(free,(PTR));
|
||||
#else /* not __STDC__ */
|
||||
extern int EXFUN(free,(PTR));
|
||||
#endif /* not __STDC__ */
|
||||
extern int EXFUN(abort,(void));
|
||||
extern int EXFUN(close,(int));
|
||||
extern int EXFUN(fcntl,(int des, int cmd, int e));
|
||||
|
Loading…
Reference in New Issue
Block a user