Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

SIGUSR2 is getting caught in the application. I see the 17th bit set to 1 in the SigCgt field in the status file. The documentation tells that by using sigprocmask() with SIG_UNBLOCK, the bits in the SigBlk field are reset to zero. Can I use the same approach here for the caught signals as well? If not, what are the alternatives?

This is on Linux 2.6

share|improve this question

migrated from unix.stackexchange.com Oct 22 '12 at 23:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.