From: Rich Felker Date: Tue, 29 May 2012 02:54:27 +0000 (-0400) Subject: there is no such GNU function fpurge, only __fpurge. X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=a34b0465ba14c70532b8eaba650a9eac228fce57;ds=sidebyside there is no such GNU function fpurge, only __fpurge. no idea where I got the idea fpurge should exist... --- 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 *);