X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fstdio.h;h=6e8e64544d97d6e0747aa3adb3125b89aa69a976;hp=7d3130e2c8dc00328944b132cfde3c252f34de7e;hb=faea4c9937d36b17e53fdc7d5a254d7e936e1755;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347 diff --git a/include/stdio.h b/include/stdio.h index 7d3130e2..6e8e6454 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -5,11 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif +#include #define __NEED_FILE #define __NEED_va_list @@ -178,9 +174,6 @@ 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