| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Abandon the signal handler
Source position: sysutils.pp line 76
| procedure AbandonSignalHandler( | 
| RtlSigNum: Integer | 
| ); | 
AbandonSignalHandler tells the system routines that they should not re-install the signal handler for signal RtlSigNum under any circumstances. Normally, signal handlers are re-set when they are called. If AbandonSignalHandler has been called for a signal that is handled by the system code, the signal will not be re-set again.