Browse Source

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

git-svn-id: trunk@4926 -
marco 19 years ago
parent
commit
449ba0b47b
1 changed files with 1 additions and 2 deletions
  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