git-svn-id: trunk@5286 -
@@ -29,7 +29,7 @@
_PTHREAD_MUTEX_RECURSIVE = 4;
type
- pthread_t = culong;
+ pthread_t = cuint;
sched_param = record
__sched_priority: cint;
@@ -17,7 +17,7 @@
THandle = Longint;
- TThreadID = THandle;
+ TThreadID = Cardinal;
PRTLCriticalSection = ^TRTLCriticalSection;
TRTLCriticalSection = record