From 60ba78459c78f406456207963ffbabf36e948d85 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 8 Nov 2006 12:24:39 +0000 Subject: [PATCH] * pthread_t/TThreadID is a pointer on all BSDs/Darwin git-svn-id: trunk@5285 - --- rtl/bsd/sysosh.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rtl/bsd/sysosh.inc b/rtl/bsd/sysosh.inc index 26463bac68..c8df78b255 100644 --- a/rtl/bsd/sysosh.inc +++ b/rtl/bsd/sysosh.inc @@ -19,11 +19,7 @@ type { fd are int in C also for 64bit targets (x86_64) } THandle = Longint; -{$ifdef darwin} TThreadID = pointer; -{$else} - TThreadID = longint; -{$endif} { pthread_mutex_t } PRTLCriticalSection = ^TRTLCriticalSection;