Browse Source

Replace tkernel_timespecs by TTimespecArr type to allow compilation with linux RTL using libc

Pierre Muller 7 months ago
parent
commit
81129445c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/test/units/linux/tfutimesen.pp
  2. 1 1
      tests/test/units/linux/tutimensat.pp

+ 1 - 1
tests/test/units/linux/tfutimesen.pp

@@ -8,7 +8,7 @@ var
   f1,f2 : text;
   err : word;
   mystatx1,mystatx2 : tstatx;
-  times : tkernel_timespecs;
+  times : TTimespecArr;
   st,major,minor : string;
   i,p,e : longint;
   major_release, minor_release : longint;

+ 1 - 1
tests/test/units/linux/tutimensat.pp

@@ -8,7 +8,7 @@ var
   f1,f2 : text;
   err : word;
   mystatx1,mystatx2 : tstatx;
-  times : tkernel_timespecs;
+  times : TTimespecArr;
   st,major,minor : string;
   i,p,e : longint;
   major_release, minor_release : longint;