Content deleted Content added
Change catch_function() to be reentrant. Signal handlers are required to be reetrant functions and cannot call non-reetrant functions such as puts(). |
m Bot: link syntax and minor changes |
||
Line 11:
*<code>SIGABRT</code> – "abort", abnormal termination.
*<code>SIGFPE</code> – [[
*<code>SIGILL</code> – "illegal", invalid instruction.
*<code>SIGINT</code> – "interrupt", interactive attention request sent to the program.
*<code>SIGSEGV</code> – "[[
*<code>SIGTERM</code> – "terminate", termination request sent to the program.
|