* libc/stdio/fvwrite.h: change type of uio_resid from int to size_t to
fix fwrite() of > 2GByte buffers.
This commit is contained in:
@ -28,7 +28,7 @@ struct __siov {
|
||||
struct __suio {
|
||||
struct __siov *uio_iov;
|
||||
int uio_iovcnt;
|
||||
int uio_resid;
|
||||
size_t uio_resid;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user