yamt commented on code in PR #14898: URL: https://github.com/apache/nuttx/pull/14898#discussion_r1856435475
########## include/nuttx/fs/uio.h: ########## @@ -45,6 +45,7 @@ struct uio { FAR const struct iovec *uio_iov; int uio_iovcnt; + size_t uio_offset_in_iov; /* offset in uio_iov[0].iov_base */ Review Comment: i'd like to reserve the name "uio_offset" for file offsets as it's what's meant by the name in BSDs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org