mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* compilation on linux with FPC_USE_LIBC fixed
This commit is contained in:
parent
185a346744
commit
785e259e62
@ -529,4 +529,6 @@ const
|
|||||||
tkernel_timespecs = array[0..1] of kernel_timespec;
|
tkernel_timespecs = array[0..1] of kernel_timespec;
|
||||||
|
|
||||||
TTimespecArr = tkernel_timespecs;
|
TTimespecArr = tkernel_timespecs;
|
||||||
|
{$else FPC_USE_LIBC}
|
||||||
|
TTimespecArr = array[0..1] of ttimespec;
|
||||||
{$endif FPC_USE_LIBC}
|
{$endif FPC_USE_LIBC}
|
||||||
|
Loading…
Reference in New Issue
Block a user