[fpc-devel] Does i386 Darwin (Mac OSX) have equivalent Linux SysInfo

Andrew Brunner andrew.t.brunner at gmail.com
Sun Jul 4 05:16:54 CEST 2010


procedure UpdateStats;
var
    SI:TSysInfo;
begin
  Linux.SysInfo(@SI);
end;

FPC (svn/trunk) build on Darwin Mac OSX 10.6.4 did not come with a
Linux Unit.  Where can I find the TSysInfo data type and SysInfo
function equivalents?

Any help would be greatly appreciated.



More information about the fpc-devel mailing list