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:
parent
a3bc570c1e
commit
6135c5414b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue