Content deleted Content added
→Standard signals: gloss, link to Unix signal |
m →Standard signals: link |
||
Line 9:
*<code>SIGABRT</code> - "abort", abnormal termination.
*<code>SIGFPE</code> - [[Floating point exception|'''f'''loating '''p'''oint '''e'''xception]].
*<code>SIGILL</code> - "illegal", invalid instruction.
*<code>SIGINT</code> - "interrupt", interactive attention request sent to the program.
|