summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-arm
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-03 19:31:10 +0000
committerNarayan Kamath <narayan@google.com>2014-04-09 16:08:09 +0000
commite6243e176bc5a6d7c716d2abd0a019967973c4ad (patch)
treef1dcbd75af66b4178e959e337b4403811b0c9a63 /core/combo/include/arch/linux-arm
parentcf61a7a0db4361689f0ee583fbbe7b3a0519a538 (diff)
downloadbuild-e6243e176bc5a6d7c716d2abd0a019967973c4ad.zip
build-e6243e176bc5a6d7c716d2abd0a019967973c4ad.tar.gz
build-e6243e176bc5a6d7c716d2abd0a019967973c4ad.tar.bz2
Stop defining HAVE_TIMEDWAIT_MONOTONIC.
We no longer provide this function in bionic. All callers should be moved over to pthread_condattr_setclock(). Change-Id: Iccd3384b40de423f7d5f9521b6d8073bf8bdea42
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r--core/combo/include/arch/linux-arm/AndroidConfig.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h
index 9257d3e..9253e7c 100644
--- a/core/combo/include/arch/linux-arm/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm/AndroidConfig.h
@@ -145,12 +145,6 @@
#define HAVE_POSIX_CLOCKS
/*
- * Define this if we have pthread_cond_timedwait_monotonic() and
- * clock_gettime(CLOCK_MONOTONIC).
- */
-#define HAVE_TIMEDWAIT_MONOTONIC
-
-/*
* Define this if we have linux style epoll()
*/
#define HAVE_EPOLL