diff options
author | Elliott Hughes <enh@google.com> | 2015-01-12 19:00:55 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-12 19:00:55 +0000 |
commit | 446b9418a4d0b9aa34bf66c99d08c00898b8df4e (patch) | |
tree | ee7d9e2d3d4540e44e6f0ace75a5897f3f5f71c0 /core/combo | |
parent | b773a8d517189a06c54d8ed789806ed42aa42be0 (diff) | |
parent | 780c43208c9bdd1cacb18bf191b49d37a06cc19a (diff) | |
download | build-446b9418a4d0b9aa34bf66c99d08c00898b8df4e.zip build-446b9418a4d0b9aa34bf66c99d08c00898b8df4e.tar.gz build-446b9418a4d0b9aa34bf66c99d08c00898b8df4e.tar.bz2 |
am 780c4320: Merge "Remove HAVE_POSIX_CLOCKS."
* commit '780c43208c9bdd1cacb18bf191b49d37a06cc19a':
Remove HAVE_POSIX_CLOCKS.
Diffstat (limited to 'core/combo')
6 files changed, 0 insertions, 31 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index e6167fa..d6b37ee 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index dac5f07..fd2ab2f 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 2836241..a72c3dd 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -53,11 +53,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 6128c9d..3a6d885 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 076dbf6..43099be 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -48,11 +48,6 @@ #define HAVE_SYMLINKS /* - * Define this if have clock_gettime() and friends - */ -#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. diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index d68f95e..bd6cd42 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -34,12 +34,6 @@ #define HAVE_SYMLINKS 1 /* - * Define this if have clock_gettime() and friends - * - */ -#define HAVE_POSIX_CLOCKS - -/* * Define if we have <malloc.h> header */ #define HAVE_MALLOC_H |