mirror of
git://git.musl-libc.org/musl
synced 2024-12-16 11:45:13 +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 ferror_unlocked(FILE *);
|
||||
int fileno_unlocked(FILE *);
|
||||
int getw(FILE *);
|
||||
int putw(int, FILE *);
|
||||
#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
|
Loading…
Reference in New Issue
Block a user