Browse Source

* final fix for linux (hopefully)

florian 20 years ago
parent
commit
6d75534cfb
1 changed files with 5 additions and 3 deletions
  1. 5 3
      rtl/unix/cthreads.pp

+ 5 - 3
rtl/unix/cthreads.pp

@@ -544,7 +544,7 @@ begin
   pthread_mutex_unlock(@p^.mutex);
 end;
 
-type 
+type
 	tthreadmethod = procedure of object;
 
 
@@ -616,7 +616,6 @@ begin
     rtlEventSetEvent       :=@intrtlEventSetEvent;
     rtlEventStartWait      :=@intrtlEventStartWait;
     rtleventWaitFor        :=@intrtleventWaitFor;
-    rtleventsync           :=trtleventsynchandler(@intrtleventsync);
     end;
   SetThreadManager(CThreadManager);
   InitHeapMutexes;
@@ -629,7 +628,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.23  2005-02-25 22:02:48  florian
+  Revision 1.24  2005-02-25 22:10:27  florian
+    * final fix for linux (hopefully)
+
+  Revision 1.23  2005/02/25 22:02:48  florian
     * another "transfer to linux"-commit
 
   Revision 1.22  2005/02/25 21:52:07  florian