using sigqueue to send a signal pto sleeping process
using sigqueue to send a signal pto sleeping process
(OP)
who can i send a signal to a process which is sleeping and this one can receive it, i used sigqueue to send the signal and sigaction to receive it, but the process can't receive the signal when he is sleeping




