am 112bd5ad: am 85967c7e: am d46e3f1f: am 3d3dd4a1: Merge "Fix aarch64 and x86-64 AndroidConfig.h."

* commit '112bd5ad2e57c621abbb36035e1820d7844882b9':
  Fix aarch64 and x86-64 AndroidConfig.h.
This commit is contained in:
Elliott Hughes 2013-12-18 23:42:20 +00:00 committed by Android Git Automerger
commit 7cefbb1c78
2 changed files with 5 additions and 5 deletions

View File

@ -166,7 +166,7 @@
#define HAVE_LITTLE_ENDIAN
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE 1
/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if platform has off64_t (and lseek64 and other xxx64 functions)

View File

@ -150,10 +150,10 @@
* agree on the same size. For desktop systems, use 64-bit values,
* because some of our libraries (e.g. wxWidgets) expect to be built that way.
*/
/*
* #define _FILE_OFFSET_BITS 64
* #define _LARGEFILE_SOURCE 1
*/
#if __LP64__
#define _FILE_OFFSET_BITS 64
#endif
/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if platform has off64_t (and lseek64 and other xxx64 functions)