mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +02:00
+ Compiles on BSD too now
This commit is contained in:
parent
08971e92b0
commit
e85e5fa94f
@ -15,7 +15,9 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$define dynpthreads}
|
{$ifdef linux}
|
||||||
|
{$define dynpthreads} // Useless on BSD, since they are in libc
|
||||||
|
{$endif}
|
||||||
|
|
||||||
unit cthreads;
|
unit cthreads;
|
||||||
interface
|
interface
|
||||||
@ -417,7 +419,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2003-11-27 20:16:59 michael
|
Revision 1.3 2003-11-27 20:24:53 michael
|
||||||
|
+ Compiles on BSD too now
|
||||||
|
|
||||||
|
Revision 1.2 2003/11/27 20:16:59 michael
|
||||||
+ Make works with 1.0.10 too
|
+ Make works with 1.0.10 too
|
||||||
|
|
||||||
Revision 1.1 2003/11/26 20:10:59 michael
|
Revision 1.1 2003/11/26 20:10:59 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user