jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2065979507


##########
libs/libc/misc/lib_mutex.c:
##########
@@ -177,7 +122,7 @@ int nxmutex_destroy(FAR mutex_t *mutex)
 
 bool nxmutex_is_hold(FAR mutex_t *mutex)

Review Comment:
   _SCHED_GETTID requires including nuttx/sched.h, and including that in 
mutex.h causes some havoc. It's fine to have it in C file for now I suppose.



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to