Remove UL suffix from BUFSIZ.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-09-12 20:51:59 +02:00
parent a3bc570c1e
commit 6135c5414b
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