mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-14 00:29:39 +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;
|
||||
|
||||
PSigContextRec = ^SigContextRec;
|
||||
PSigContext = ^SigContextRec;
|
||||
SigContextRec = record
|
||||
sc_mask : sigset_t; { signal mask to restore }
|
||||
sc_onstack : longint; { sigstack state to restore }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user