search for: f24ab69

Displaying 1 result from an estimated 1 matches for "f24ab69".

2012 May 22
0
[klibc:master] include: [stdio.h] add clearerr() prototype
...de/stdio.h:130:22: warning: no previous prototype for 'clearerr' [-Wmissing-prototypes] Signed-off-by: maximilian attems <max at stro.at> --- usr/include/stdio.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/usr/include/stdio.h b/usr/include/stdio.h index f24ab69..21243cc 100644 --- a/usr/include/stdio.h +++ b/usr/include/stdio.h @@ -95,6 +95,7 @@ __extern off_t ftell(FILE *__f); __extern int ferror(FILE * ); __extern int feof(FILE *); __extern int fileno(FILE *); +__extern void clearerr(FILE *); #ifndef __NO_STDIO_INLINES __extern_inline size_t