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 2020/12/24 09:15:46 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #2599: sim/names: add writev/readv into name list

anchao opened a new pull request #2599:
URL: https://github.com/apache/incubator-nuttx/pull/2599


   ## Summary
   
   sim/names: add writev/readv into name list
   
   Symbol reference here:
   ```
   $ grep -nIrE "writev|readv" arch/sim/
   arch/sim/src/sim/up_hcisocket_host.c:92:  while (writev(fd, iv, 2) < 0)
   arch/sim/src/sim/up_hcisocket_host.c:129:  while ((err = readv(fd, iv, 2)) < 0 && (errno == EINTR));
   ```
   
   ## Impact
   
   N/A
   
   ## Testing
   
   N/A
   
   


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

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



[GitHub] [incubator-nuttx] acassis merged pull request #2599: sim/names: add writev/readv into name list

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #2599:
URL: https://github.com/apache/incubator-nuttx/pull/2599


   


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

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