mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:20:29 +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;
|
||||
|
||||
TTimespecArr = tkernel_timespecs;
|
||||
{$else FPC_USE_LIBC}
|
||||
TTimespecArr = array[0..1] of ttimespec;
|
||||
{$endif FPC_USE_LIBC}
|
||||
|
Loading…
Reference in New Issue
Block a user