mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
11cc232de5
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`