there is no such GNU function fpurge, only __fpurge.
authorRich Felker <dalias@aerifal.cx>
Tue, 29 May 2012 02:54:27 +0000 (22:54 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 29 May 2012 02:54:27 +0000 (22:54 -0400)
no idea where I got the idea fpurge should exist...

include/stdio.h

index a2dc674..fa1b4e9 100644 (file)
@@ -159,7 +159,6 @@ char *tempnam(const char *, const char *);
 char *cuserid(char *);
 void setlinebuf(FILE *);
 void setbuffer(FILE *, char *, size_t);
 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 *);
 int fgetc_unlocked(FILE *);
 int fputc_unlocked(int, FILE *);
 int fflush_unlocked(FILE *);