From 185a346744c55b0f3e73cfd962e52bcc1c8f68ee Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 18 Jan 2024 22:19:42 +0100 Subject: [PATCH] * fix darwin compilation after TTimespecArr changes --- rtl/unix/oscdeclh.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtl/unix/oscdeclh.inc b/rtl/unix/oscdeclh.inc index 7e4f65f22e..127792585d 100644 --- a/rtl/unix/oscdeclh.inc +++ b/rtl/unix/oscdeclh.inc @@ -30,8 +30,6 @@ Type TGrpArr = Array [0..0] of TGid; { C style array workarounds} TFilDes = Array [0..1] of cInt; pFilDes = ^TFilDes; - TTimespecArr = array[0..1] of ttimespec; - const {$if (defined(linux) and defined(cpu32) and not defined(fs32bit)) or defined(aix)} suffix64bit = '64';