Sfoglia il codice sorgente

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 4 anni fa
parent
commit
2b023c62c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
 }
 {$ifdef CPUSPARC}
-  {$define __USE_LARGEFILE64}
+  { define __USE_LARGEFILE64}
 {$endif}
 
 {$if defined(CPUMIPS) or defined(cpuaarch64) or defined(cpusparc64)}