diff --git a/Memory.xml b/Memory.xml index 30a38f35b..d40c4a737 100644 --- a/Memory.xml +++ b/Memory.xml @@ -2815,7 +2815,7 @@
MAYBE
-
+
POSSIBLY WRONG! @@ -2914,10 +2914,18 @@ + + +
VERIFY + + + +
VERIFY +
@@ -2930,6 +2938,9 @@ + +
VERIFY +
diff --git a/library/private/Internal.h b/library/private/Internal.h index a58e9fd71..2281bfac3 100644 --- a/library/private/Internal.h +++ b/library/private/Internal.h @@ -34,8 +34,8 @@ distribution. #define _QUOTEME(x) #x #define QUOT(x) _QUOTEME(x) +// force large file support #ifdef LINUX_BUILD - #define __USE_FILE_OFFSET64 #define _FILE_OFFSET_BITS 64 #endif