Browse Source

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

git-svn-id: trunk@12122 -
micha 16 years ago
parent
commit
923e5eff19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/bunxsysc.inc

+ 1 - 1
rtl/linux/bunxsysc.inc

@@ -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,