Explorar o código

Do not set __USE_LARGEFILE64 macro for sparc CPU, as it does not seem to be used for regular linux kernels

git-svn-id: trunk@46882 -
pierre %!s(int64=4) %!d(string=hai) anos
pai
achega
2b023c62c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/linux/ptypes.inc

+ 1 - 1
rtl/linux/ptypes.inc

@@ -30,7 +30,7 @@ and all three 32-bit systems returned completely identical types too
 introduction)
 introduction)
 }
 }
 {$ifdef CPUSPARC}
 {$ifdef CPUSPARC}
-  {$define __USE_LARGEFILE64}
+  { define __USE_LARGEFILE64}
 {$endif}
 {$endif}
 
 
 {$if defined(CPUMIPS) or defined(cpuaarch64) or defined(cpusparc64)}
 {$if defined(CPUMIPS) or defined(cpuaarch64) or defined(cpusparc64)}