From a34b0465ba14c70532b8eaba650a9eac228fce57 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 28 May 2012 22:54:27 -0400 Subject: there is no such GNU function fpurge, only __fpurge. no idea where I got the idea fpurge should exist... --- include/stdio.h | 1 - 1 file changed, 1 deletion(-) 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 *); -- cgit v1.2.1