Преглед изворни кода

* $I pthread.inc instead of pthreads.inc

marco пре 23 година
родитељ
комит
1a09dd0b09
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      rtl/unix/systhrds.pp

+ 5 - 2
rtl/unix/systhrds.pp

@@ -54,7 +54,7 @@ implementation
 
 
 {$ifndef BSD}
-{$i pthreads.inc}
+{$i pthread.inc}
 {$else}
 {$i ptypes.inc}
 
@@ -380,7 +380,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.2  2002-10-18 12:19:59  marco
+  Revision 1.3  2002-10-18 18:05:06  marco
+   * $I pthread.inc instead of pthreads.inc
+
+  Revision 1.2  2002/10/18 12:19:59  marco
    * Fixes to get the generic *BSD RTL compiling again + fixes for thread
      support. Still problems left in fexpand. (inoutres?) Therefore fixed
      sysposix not yet commited