Ver Fonte

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

Pierre Muller há 9 meses atrás
pai
commit
81129445c3

+ 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;