mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-09 15:19:35 +01:00
* pthread_t/TThreadID is a pointer on all BSDs/Darwin
git-svn-id: trunk@5285 -
This commit is contained in:
parent
d2b1da0aea
commit
60ba78459c
@ -19,11 +19,7 @@
|
|||||||
type
|
type
|
||||||
{ fd are int in C also for 64bit targets (x86_64) }
|
{ fd are int in C also for 64bit targets (x86_64) }
|
||||||
THandle = Longint;
|
THandle = Longint;
|
||||||
{$ifdef darwin}
|
|
||||||
TThreadID = pointer;
|
TThreadID = pointer;
|
||||||
{$else}
|
|
||||||
TThreadID = longint;
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{ pthread_mutex_t }
|
{ pthread_mutex_t }
|
||||||
PRTLCriticalSection = ^TRTLCriticalSection;
|
PRTLCriticalSection = ^TRTLCriticalSection;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user