mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* $I pthread.inc instead of pthreads.inc
This commit is contained in:
parent
eeb2a505a5
commit
1a09dd0b09
@ -54,7 +54,7 @@ implementation
|
|||||||
|
|
||||||
|
|
||||||
{$ifndef BSD}
|
{$ifndef BSD}
|
||||||
{$i pthreads.inc}
|
{$i pthread.inc}
|
||||||
{$else}
|
{$else}
|
||||||
{$i ptypes.inc}
|
{$i ptypes.inc}
|
||||||
|
|
||||||
@ -380,7 +380,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* Fixes to get the generic *BSD RTL compiling again + fixes for thread
|
||||||
support. Still problems left in fexpand. (inoutres?) Therefore fixed
|
support. Still problems left in fexpand. (inoutres?) Therefore fixed
|
||||||
sysposix not yet commited
|
sysposix not yet commited
|
||||||
|
Loading…
Reference in New Issue
Block a user