X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdio.h;h=3d22220f2e7b0a675d0abad4c22872ab7c352279;hb=532cd3a7171667d3f18e03c7c8d9d6f7846551e4;hp=fa1b4e9ba22f5e006c366ecad396d50c8e10bc0a;hpb=a34b0465ba14c70532b8eaba650a9eac228fce57;p=musl diff --git a/include/stdio.h b/include/stdio.h index fa1b4e9b..3d22220f 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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 @@ -177,7 +179,7 @@ char *fgets_unlocked(char *, int, FILE *); int fputs_unlocked(const char *, FILE *); #endif -#ifdef _LARGEFILE64_SOURCE +#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define tmpfile64 tmpfile #define fopen64 fopen #define freopen64 freopen