In file exec/rtems/src/sem.c, function
_Semaphore_Translate_core_mutex_return_code, I see:
case THREAD_STATUS_PROXY_BLOCKING:
return THREAD_STATUS_PROXY_BLOCKING;
Shouldn't it return RTEMS_PROXY_BLOCKING instead?
-=- Andrew Klossner (andrew at pogo.wv.tek.com)