소스 검색

* final fix for linux (hopefully)

florian 20 년 전
부모
커밋
6d75534cfb
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      rtl/unix/cthreads.pp

+ 5 - 3
rtl/unix/cthreads.pp

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