فهرست منبع

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;