...
If the environment is persistent (that is, it does not reset the handler when the signal is received), the call signal()
call from within the handler(0)
function is redundant.
Compliant Solution
...
...
If the environment is persistent (that is, it does not reset the handler when the signal is received), the call signal()
call from within the handler(0)
function is redundant.
...