Source position: mselibc.pas line 1733
type pthread_mutexattr_t = record
case Integer of
0: (
__mutexkind: LongInt;
);
1: (
buffer: pointer;
end;