...
A signal handler may only call signal()
if it does not need to be asynchronous-safe (in other words, all relevant signals are masked, and therefore consequently it may not be interrupted.)
...
...
A signal handler may only call signal()
if it does not need to be asynchronous-safe (in other words, all relevant signals are masked, and therefore consequently it may not be interrupted.)
...