* compilation on linux with FPC_USE_LIBC fixed

This commit is contained in:
florian 2024-01-19 23:45:07 +01:00
parent 185a346744
commit 785e259e62

View File

@ -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}