* fix lstat syscall for linux/powerpc64 (lstat64 is only for 32 bit platforms)

git-svn-id: trunk@12122 -
This commit is contained in:
micha 2008-11-16 14:22:36 +00:00
parent a0939ad9d6
commit 923e5eff19

View File

@ -407,7 +407,7 @@ Function fpLstat(path:pchar;Info:pstat):cint;
begin
fpLStat:=do_syscall(
{$ifdef cpux86_64}
{$ifdef cpu64}
syscall_nr_lstat,
{$else}
syscall_nr_lstat64,