diff options
author | Elliott Hughes <enh@google.com> | 2015-01-09 16:27:41 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-09 16:27:41 -0800 |
commit | d7e6a0b1c532f4c1991b5ccd2e1c8f5887a4eb8d (patch) | |
tree | 17c36c1fa33f07c6ff7a03964e45014680bd8195 /core/combo/include/arch/linux-arm | |
parent | 5368c02ac68dc263284bf0cfb1869f0de3f5f5fa (diff) | |
download | build-d7e6a0b1c532f4c1991b5ccd2e1c8f5887a4eb8d.zip build-d7e6a0b1c532f4c1991b5ccd2e1c8f5887a4eb8d.tar.gz build-d7e6a0b1c532f4c1991b5ccd2e1c8f5887a4eb8d.tar.bz2 |
Remove HAVE_POSIX_CLOCKS.
Change-Id: Ide6f54f70bc5edda9ec1f1f05ebaa0acf58aaa77
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r-- | core/combo/include/arch/linux-arm/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 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 |