diff options
author | Elliott Hughes <enh@google.com> | 2014-12-05 19:05:42 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-05 19:05:42 +0000 |
commit | 8298ddb0e5feee49fd35fa26ecfaf2a541af7d0f (patch) | |
tree | 61eba4cdf27393da294e65ef8e04918399b56721 | |
parent | e9d1d7adcf6473d4f3fce59f855772a7f9d3746b (diff) | |
parent | 2c93d80f17b5efcaeb8c7edd2ea5c1d66fa43b45 (diff) | |
download | build-8298ddb0e5feee49fd35fa26ecfaf2a541af7d0f.zip build-8298ddb0e5feee49fd35fa26ecfaf2a541af7d0f.tar.gz build-8298ddb0e5feee49fd35fa26ecfaf2a541af7d0f.tar.bz2 |
Merge "bionic doesn't implement _FILE_OFFSET_BITS."
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 2 | ||||
-rw-r--r-- | core/combo/include/arch/linux-mips64/AndroidConfig.h | 2 | ||||
-rw-r--r-- | core/combo/include/arch/target_linux-x86/AndroidConfig.h | 9 |
3 files changed, 0 insertions, 13 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 6375ee7..9455f5a 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -52,8 +52,6 @@ */ #define HAVE_POSIX_CLOCKS -#define _FILE_OFFSET_BITS 64 - /* * Define if we have <malloc.h> header */ diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 3732ca9..c95f497 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -52,8 +52,6 @@ */ #define HAVE_POSIX_CLOCKS -#define _FILE_OFFSET_BITS 64 - /* * Define if we have <malloc.h> header */ diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index c89d675..6a3eec2 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -40,15 +40,6 @@ #define HAVE_POSIX_CLOCKS /* - * We need to choose between 32-bit and 64-bit off_t. All of our code should - * 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. - */ -#if defined(__LP64__) -#define _FILE_OFFSET_BITS 64 -#endif - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H |