You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/29 01:43:26 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6175: libc: Remove the redundant seek in writev

xiaoxiang781216 commented on PR #6175:
URL: https://github.com/apache/incubator-nuttx/pull/6175#issuecomment-1112806254

   > But the file position is changed after the first successful iteration in the `for` loop.
   
   two cases here:
   
   1. If fail at the iteration, the position isn't change
   2. If fail at other iteration, writev shouldn't return error since ntotal is always > 0


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org