X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=include%2Fstdio.h;h=6e8e64544d97d6e0747aa3adb3125b89aa69a976;hb=769fd4ce202225ba1f2621bbefb803ee9a268ebf;hp=9a2093763505dc9bbd6444dd86229a629ca6b8a1;hpb=216b706548c16e3bc9612c8a2e5eed23f016504c;p=musl diff --git a/include/stdio.h b/include/stdio.h index 9a209376..6e8e6454 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -174,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