[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record used in SigAction call.
Source position: oldlinux.pp line 858
type SigActionRec = packed record |
||
Handler: record |
|
Funcion called when signal is triggered. |
case Byte of |
||
0: ( |
||
Sh: SignalHandler; |
||
); |
||
1: ( |
||
Sa: TSigAction; |
||
); |
||
end; |
||
Sa_Mask: SigSet; |
|
Signal mask. |
Sa_Flags: LongInt; |
|
Flags for SigAction |
Sa_restorer: SignalRestorer; |
|
Obsolete, don't use |
end; |
No notes exist for this page yet.