there is no such GNU function fpurge, only __fpurge.

no idea where I got the idea fpurge should exist...
This commit is contained in:
Rich Felker 2012-05-28 22:54:27 -04:00
parent b63cab76ec
commit a34b0465ba
1 changed files with 0 additions and 1 deletions

View File

@ -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 *);