yamt commented on code in PR #13498:
URL: https://github.com/apache/nuttx/pull/13498#discussion_r1818306391


##########
fs/vfs/fs_write.c:
##########
@@ -124,16 +233,12 @@ ssize_t file_write(FAR struct file *filep, FAR const void 
*buf,
  *
  ****************************************************************************/
 
-ssize_t nx_write(int fd, FAR const void *buf, size_t nbytes)
+ssize_t nx_writev(int fd, FAR const struct iovec *iov, int iovcnt)
 {
+  struct uio uio;

Review Comment:
   done



-- 
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

Reply via email to