Comment 57 for bug 224291

Revision history for this message
Jeremy Allison (jra-samba) wrote :

Real-time signals work fine on this system, I use it for developing Samba (which uses RT-signals for file lease notification).

./a.out
SIGRTMIN: 34
sigismember(): 0
SIGRT_1 received
SIGRT_2 received
SIGQUIT received

FYI: I hate signal handlers with printf(). Not sig-safe :-).
Jeremy.