diff options
author | Elliott Hughes <enh@google.com> | 2015-01-12 18:53:01 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-12 18:53:01 +0000 |
commit | 780c43208c9bdd1cacb18bf191b49d37a06cc19a (patch) | |
tree | c116a343489dd38b54bd1373315618a4bccc1383 | |
parent | edbd5fd7e6e7dd54417dee96e230f774903d052b (diff) | |
parent | d7e6a0b1c532f4c1991b5ccd2e1c8f5887a4eb8d (diff) | |
download | build-780c43208c9bdd1cacb18bf191b49d37a06cc19a.zip build-780c43208c9bdd1cacb18bf191b49d37a06cc19a.tar.gz build-780c43208c9bdd1cacb18bf191b49d37a06cc19a.tar.bz2 |
Merge "Remove HAVE_POSIX_CLOCKS."
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 |