diff options
author | Elliott Hughes <enh@google.com> | 2014-11-08 23:31:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-08 23:31:19 +0000 |
commit | 652ff716b819b694be76e63f059dca50e7febb8d (patch) | |
tree | e5edc459796fe8012abf7e3afb7d31c8dc43e688 | |
parent | 3581753ffae63e32b2b2e2be1e447cb2e83dec5e (diff) | |
parent | 89ac6e4c6f3ee5c59c3f530f01daa450c259d5d2 (diff) | |
download | build-652ff716b819b694be76e63f059dca50e7febb8d.zip build-652ff716b819b694be76e63f059dca50e7febb8d.tar.gz build-652ff716b819b694be76e63f059dca50e7febb8d.tar.bz2 |
Merge "Remove more namespace pollution (HAVE_TM_GMTOFF)."
7 files changed, 0 insertions, 35 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index f594693..9546f7a 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -115,11 +115,6 @@ /* #define HAVE_MALLOC_H */ /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 5f9b1cc..ce2bbd4 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -131,11 +131,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 5a08999..e5c225c 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -129,11 +129,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index dfa028a..3d8f8e8 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -171,11 +171,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index a3a839e..6a465a5 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -161,11 +161,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 902eef2..2fc768d 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -127,11 +127,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 93ff7d6..253b204 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -123,11 +123,6 @@ #define HAVE_MADVISE 1 /* - * Define if tm struct has tm_gmtoff field - */ -#define HAVE_TM_GMTOFF 1 - -/* * Define if dirent struct has d_type field */ #define HAVE_DIRENT_D_TYPE 1 |