mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 01:50:28 +02:00
* fix Fpfstat as Fpstat has been fixed in r36664, sparc64 needs explictly an stat64 call for 64 bit stat
git-svn-id: trunk@36674 -
This commit is contained in:
parent
8ce6140476
commit
47bdbb2d1f
@ -391,7 +391,7 @@ end;
|
||||
function Fpfstat(fd : cint; var sb : stat): cint; [public, alias : 'FPC_SYSC_FSTAT'];
|
||||
|
||||
begin
|
||||
{$if defined(cpu64)}
|
||||
{$if defined(cpu64) and not(defined(cpusparc64))}
|
||||
{$if defined(generic_linux_syscalls)}
|
||||
FpFStat:=do_SysCall(syscall_nr_fstat,TSysParam(fd),TSysParam(@sb));
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user