[Overview][Constants][Types][Procedures and functions] |
Callback prototype for a #rtl.baseunix.SigActionRec record.
Source position: signal.inc line 188
type SigActionHandler = procedure( |
sig: LongInt; |
SigInfo: psiginfo; |
SigContext: PSigContext |
); |
When installing a signal handler, the actual signal handler must be of type SigActionHandler.