소스 검색

there is no such GNU function fpurge, only __fpurge.

no idea where I got the idea fpurge should exist...
Rich Felker 12 년 전
부모
커밋
a34b0465ba
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      include/stdio.h

+ 0 - 1
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 *);