| author | Rich Felker <dalias@aerifal.cx> | 2012年12月03日 16:57:01 -0500 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012年12月03日 16:57:01 -0500 |
| commit | 769fd4ce202225ba1f2621bbefb803ee9a268ebf (patch) | |
| tree | 06244a0f20243de6bcf6f8acef96426719cdd09d /include/stdio.h | |
| parent | 216b706548c16e3bc9612c8a2e5eed23f016504c (diff) | |
| download | musl-769fd4ce202225ba1f2621bbefb803ee9a268ebf.tar.gz | |
| -rw-r--r-- | include/stdio.h | 3 |
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 |