mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:29:31 +02:00
* fix darwin compilation after TTimespecArr changes
This commit is contained in:
parent
e9c6f1c152
commit
185a346744
@ -30,8 +30,6 @@ Type TGrpArr = Array [0..0] of TGid; { C style array workarounds}
|
|||||||
TFilDes = Array [0..1] of cInt;
|
TFilDes = Array [0..1] of cInt;
|
||||||
pFilDes = ^TFilDes;
|
pFilDes = ^TFilDes;
|
||||||
|
|
||||||
TTimespecArr = array[0..1] of ttimespec;
|
|
||||||
|
|
||||||
const
|
const
|
||||||
{$if (defined(linux) and defined(cpu32) and not defined(fs32bit)) or defined(aix)}
|
{$if (defined(linux) and defined(cpu32) and not defined(fs32bit)) or defined(aix)}
|
||||||
suffix64bit = '64';
|
suffix64bit = '64';
|
||||||
|
Loading…
Reference in New Issue
Block a user