mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 02:29:24 +01:00
+ Add missing PSigContext type
git-svn-id: trunk@20329 -
This commit is contained in:
parent
22b5df0121
commit
464c3bff67
@ -135,6 +135,7 @@ type
|
|||||||
type sigset_t = array[0..3] of cardinal;
|
type sigset_t = array[0..3] of cardinal;
|
||||||
|
|
||||||
PSigContextRec = ^SigContextRec;
|
PSigContextRec = ^SigContextRec;
|
||||||
|
PSigContext = ^SigContextRec;
|
||||||
SigContextRec = record
|
SigContextRec = record
|
||||||
sc_mask : sigset_t; { signal mask to restore }
|
sc_mask : sigset_t; { signal mask to restore }
|
||||||
sc_onstack : longint; { sigstack state to restore }
|
sc_onstack : longint; { sigstack state to restore }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user