X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdio.h;h=19ab8bcdda3e87bba4dd367688af3d7161ae1fe9;hp=edcf2e6cc59bfd9d4b629e27bc214a2582bf2a31;hb=2242bf616b893e85886ed0a2348b96bf1cf7623e;hpb=3b94daba711090f1936f59fae6f7cbcba963b29e diff --git a/include/stdio.h b/include/stdio.h index edcf2e6c..19ab8bcd 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -168,6 +168,12 @@ 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 _BSD_SOURCE +char *fgetln(FILE *, size_t *); #endif #ifdef _GNU_SOURCE