gustavonihei opened a new pull request #3251: URL: https://github.com/apache/incubator-nuttx/pull/3251
## Summary OpenGroup specification was updated regarding the return value for pthread_once, which after Issue 7 states that "the [EINVAL] error for an uninitialized pthread_once_t object is removed; this condition results in undefined behavior". https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once.html ## Impact No impact to NuttX code, since `pthread_once` is not used anywhere. ## Testing Successful build for `sim:ostest` -- 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: us...@infra.apache.org