瀏覽代碼

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

Pierre Muller 9 月之前
父節點
當前提交
81129445c3
共有 2 個文件被更改,包括 2 次插入2 次删除
  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;