mirror of
https://github.com/fluencelabs/musl
synced 2025-06-20 10:16:47 +00:00
there is no such GNU function fpurge, only __fpurge.
no idea where I got the idea fpurge should exist...
This commit is contained in:
@ -159,7 +159,6 @@ char *tempnam(const char *, const char *);
|
|||||||
char *cuserid(char *);
|
char *cuserid(char *);
|
||||||
void setlinebuf(FILE *);
|
void setlinebuf(FILE *);
|
||||||
void setbuffer(FILE *, char *, size_t);
|
void setbuffer(FILE *, char *, size_t);
|
||||||
int fpurge(FILE *);
|
|
||||||
int fgetc_unlocked(FILE *);
|
int fgetc_unlocked(FILE *);
|
||||||
int fputc_unlocked(int, FILE *);
|
int fputc_unlocked(int, FILE *);
|
||||||
int fflush_unlocked(FILE *);
|
int fflush_unlocked(FILE *);
|
||||||
|
Reference in New Issue
Block a user