Skip to content
Commit 826f5516 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment