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
This commit is contained in:
Narayan Kamath
2014-03-03 19:31:10 +00:00
parent cf61a7a0db
commit e6243e176b
9 changed files with 0 additions and 54 deletions

View File

@@ -134,12 +134,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()
*/