Bigger BUFSIZ for bigger fs block size.
This commit is contained in:
parent
1561067ee4
commit
5c55d94007
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ typedef struct __iobuf {
|
||||||
#define stdout (&__stdout)
|
#define stdout (&__stdout)
|
||||||
#define stderr (&__stderr)
|
#define stderr (&__stderr)
|
||||||
|
|
||||||
#define BUFSIZ 1024
|
#define BUFSIZ 4096
|
||||||
#define NULL ((void *)0)
|
#define NULL ((void *)0)
|
||||||
#define EOF (-1)
|
#define EOF (-1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue