Remove UL suffix from BUFSIZ.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-09-12 20:51:59 +02:00
parent 064993f37a
commit 0d641f8b92
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ typedef __off_t fpos_t;
#endif
/* Size of <stdio.h> buffers. */
#define BUFSIZ 8192UL
#define BUFSIZ 8192
/* Constants used by `fparsemode'. */
#if __USE_SORTIX