casaroli opened a new pull request, #7810:
URL: https://github.com/apache/nuttx/pull/7810

   According to posix spec, this function should never return `EINTR`.
   
   This fixes the call to `pthread_mutex_take` so it keeps retrying the lock 
and doesn't return `EINTR`
   
   ## Summary
   
   ## Impact
   
   `pthread_mutex_timedlock` willl not return `EINTR`
   
   ## Testing
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to