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/06/06 21:23:56 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6376: nuttx/mutex: do not use non-nx interface in kernel except libs

pkarashchenko commented on PR #6376:
URL: https://github.com/apache/incubator-nuttx/pull/6376#issuecomment-1147946408

   @xiaoxiang781216 could you please take a look. I noticed during my work that mutexes use `sem_` API inside the kernel in case of FLAT build. Seems that we missed that point during the review of https://github.com/apache/incubator-nuttx/pull/6320 by trying to overcome the libc build error and switching from `nxsem_` to `_SEM_`. This introduced a side effect in case of FLAT build. 


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