mirror of
https://github.com/fluencelabs/musl
synced 2025-04-29 00:52:15 +00:00
add prototypes for getw/putw
This commit is contained in:
parent
2121b8a44f
commit
25b88f0810
@ -168,6 +168,8 @@ void clearerr_unlocked(FILE *);
|
|||||||
int feof_unlocked(FILE *);
|
int feof_unlocked(FILE *);
|
||||||
int ferror_unlocked(FILE *);
|
int ferror_unlocked(FILE *);
|
||||||
int fileno_unlocked(FILE *);
|
int fileno_unlocked(FILE *);
|
||||||
|
int getw(FILE *);
|
||||||
|
int putw(int, FILE *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _GNU_SOURCE
|
#ifdef _GNU_SOURCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user