diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-05-28 22:54:27 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-05-28 22:54:27 -0400 |
commit | a34b0465ba14c70532b8eaba650a9eac228fce57 (patch) | |
tree | a706742b7b1cd3ef85ca4a1b54c3623cf5e82991 /include | |
parent | b63cab76ec1cd91b518cd3bad72ee993c94d44a2 (diff) | |
download | musl-a34b0465ba14c70532b8eaba650a9eac228fce57.tar.gz musl-a34b0465ba14c70532b8eaba650a9eac228fce57.tar.bz2 musl-a34b0465ba14c70532b8eaba650a9eac228fce57.tar.xz musl-a34b0465ba14c70532b8eaba650a9eac228fce57.zip |
there is no such GNU function fpurge, only __fpurge.
no idea where I got the idea fpurge should exist...
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index a2dc674b..fa1b4e9b 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -159,7 +159,6 @@ char *tempnam(const char *, const char *); char *cuserid(char *); void setlinebuf(FILE *); void setbuffer(FILE *, char *, size_t); -int fpurge(FILE *); int fgetc_unlocked(FILE *); int fputc_unlocked(int, FILE *); int fflush_unlocked(FILE *); |