diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 167eb7aa..26c43922 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h @@ -98,7 +98,7 @@ typedef __off_t fpos_t; #endif /* Size of buffers. */ -#define BUFSIZ 8192UL +#define BUFSIZ 8192 /* Constants used by `fparsemode'. */ #if __USE_SORTIX