소스 검색

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 5 년 전
부모
커밋
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)}