* use TTimespecArr instead of tkernel_timespecs in sysutils

This commit is contained in:
florian 2024-01-17 22:56:26 +01:00
parent 8be124100d
commit 4dc4d2b2ba

View File

@ -1250,7 +1250,7 @@ Function FileSetDate (Const FileName : RawByteString; Age : Int64) : Longint;
var
SystemFileName: RawByteString;
{$ifdef USE_UTIMENSAT}
times : tkernel_timespecs;
times : TTimespecArr;
{$endif USE_UTIMENSAT}
t: TUTimBuf;
begin