mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +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}
|
||||
{$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
|
||||
|
Loading…
Reference in New Issue
Block a user