Source position: mselibc.pas line 1876
type __sigset_t = record
__val: array [0..(_SIGSET_NWORDS)-1] of DWord;
end;