Browse Source

* Last patch was ok, problem was somewhere else. Moved *BSD part of pthreads to freebsd/pthreads.inc

marco 22 years ago
parent
commit
dc50826f6a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/unix/systhrds.pp

+ 5 - 2
rtl/unix/systhrds.pp

@@ -53,7 +53,7 @@ Uses BaseUnix,unix;
 { Include generic overloaded routines }
 {$i thread.inc}
 
-{ Include OS specific parts.
+{ Include OS specific parts. }
 {$i pthread.inc}
 
 {*****************************************************************************
@@ -380,7 +380,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.18  2003-11-18 22:35:09  marco
+  Revision 1.19  2003-11-18 22:36:12  marco
+   * Last patch was ok, problem was somewhere else. Moved *BSD part of pthreads to freebsd/pthreads.inc
+
+  Revision 1.18  2003/11/18 22:35:09  marco
    * Last patch was ok, problem was somewhere else. Moved *BSD part of pthreads to freebsd/pthreads.inc
 
   Revision 1.17  2003/11/17 10:05:51  marco