diff options
Diffstat (limited to 'newlib/libc/stdio/fvwrite.h')
-rw-r--r-- | newlib/libc/stdio/fvwrite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fvwrite.h b/newlib/libc/stdio/fvwrite.h index 848d5b261..5c078fe68 100644 --- a/newlib/libc/stdio/fvwrite.h +++ b/newlib/libc/stdio/fvwrite.h @@ -28,7 +28,7 @@ struct __siov { struct __suio { struct __siov *uio_iov; int uio_iovcnt; - int uio_resid; + size_t uio_resid; }; |