Переглянути джерело

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 роки тому
батько
коміт
2b023c62c5
1 змінених файлів з 1 додано та 1 видалено
  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)}