X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdio.h;h=edcf2e6cc59bfd9d4b629e27bc214a2582bf2a31;hp=fa1b4e9ba22f5e006c366ecad396d50c8e10bc0a;hb=3b94daba711090f1936f59fae6f7cbcba963b29e;hpb=a34b0465ba14c70532b8eaba650a9eac228fce57 diff --git a/include/stdio.h b/include/stdio.h index fa1b4e9b..edcf2e6c 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -177,7 +177,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