pkarashchenko commented on issue #9695:
URL: https://github.com/apache/nuttx/issues/9695#issuecomment-1620723821

   Yes. It was spotted long time ago and I tried to fix it with 
https://github.com/apache/nuttx/pull/6376, but those changes didn't work mostly 
because of `include/mutex.h` that was interfering with third party `mutex.h` 
and now this bites me back. Let me try to re-evaluate things again. I recall 
that I was thinking of creating a `_MUTEX_XXX` macro interface and redirect it 
either to `pthread_mutex_` or `nxmutex_` interface, but need to carefully 
inspect all the places again


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