diff options
Diffstat (limited to 'system/include/libc/stdio.h')
-rw-r--r-- | system/include/libc/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/stdio.h b/system/include/libc/stdio.h index fb4501c4..1b0c30f5 100644 --- a/system/include/libc/stdio.h +++ b/system/include/libc/stdio.h @@ -647,7 +647,7 @@ _ELIDABLE_INLINE int __sputc_r(struct _reent *_ptr, int _c, FILE *_p) { #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF))) #define __sfileno(p) ((p)->_file) -#ifndef _REENT_SMALL +#if 0 /* XXX Emscripten ndef _REENT_SMALL */ #define feof(p) __sfeof(p) #define ferror(p) __sferror(p) #define clearerr(p) __sclearerr(p) |