mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Modified fctnl proto
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
extern PROTO(int, abort,(void));
|
||||
extern PROTO(int, close,(int));
|
||||
extern PROTO(int, fcntl,(int des, int cmd));
|
||||
extern PROTO(int, fcntl,(int des, int cmd, int e));
|
||||
extern PROTO(int, fprintf,(FILE *,char *,...));
|
||||
extern PROTO(int, printf,(char *,...));
|
||||
extern PROTO(int, qsort,(void *data,int els, int siz, int func()));
|
||||
|
Reference in New Issue
Block a user