Semaphores: sem_waitirq.c must be built when signals are disabled. That is...
Semaphores: sem_waitirq.c must be built when signals are disabled. That is because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout.
parent
78b75596
Please register or sign in to comment