1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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