Kaynağa Gözat

* pthread_t/TThreadID is a pointer on all BSDs/Darwin

git-svn-id: trunk@5285 -
Jonas Maebe 18 yıl önce
ebeveyn
işleme
60ba78459c
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      rtl/bsd/sysosh.inc

+ 0 - 4
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;