Quellcode durchsuchen

* reverted march fix from Florian that stops exporting pthread* types.

git-svn-id: trunk@4926 -
marco vor 19 Jahren
Ursprung
Commit
449ba0b47b
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      rtl/unix/aliasptp.inc

+ 1 - 2
rtl/unix/aliasptp.inc

@@ -67,11 +67,10 @@ type
     ptimespec= UnixType.ptimespec;
     Ttimespec= UnixType.Ttimespec;
     
-{   use pthread package instead 
     pthread_mutex_t   = UnixType.pthread_mutex_t;
     pthread_cond_t    = UnixType.pthread_cond_t;
     pthread_t         = UnixType.pthread_t;
-}
+
     tstatfs  = UnixType.TStatFs;
 
 CONST