X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdio.h;h=dca8acc0272857c7050d333561598e05bf898cd5;hb=f0a8d60d32b7d6a093596abdbb9711e64eff2594;hp=268338b58a11379339904a66c2dddb27261d92ba;hpb=d4fa6f0e08ff5a292d2aeeeeda80670a1a082cae;p=musl diff --git a/include/stdio.h b/include/stdio.h index 268338b5..dca8acc0 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -161,6 +161,10 @@ int vasprintf(char **, const char *, va_list); void setlinebuf(FILE *); void setbuffer(FILE *, char *, size_t); int fpurge(FILE *); +int fgetc_unlocked(FILE *); +int fputc_unlocked(int, FILE *); +char *fgets_unlocked(char *, int, FILE *); +int fputs_unlocked(const char *, FILE *); #endif #ifdef __cplusplus