From 252ee1e1124ae8aef2bde0c365c9ac6d59282bc8 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 4 Mar 2014 16:16:43 +0000 Subject: [PATCH] Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC. No code is using this definition. Change-Id: I188db63f38d62baf1cb57d0a36fcda540ad98492 --- libc/include/pthread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libc/include/pthread.h b/libc/include/pthread.h index 461bb44cf..a2a67892d 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h @@ -243,7 +243,6 @@ int pthread_attr_setstackaddr(pthread_attr_t*, void*) __nonnull((1)); /* depreca // TODO: Remove them once chromium_org / NFC have switched over. int pthread_cond_timedwait_monotonic_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*); int pthread_cond_timedwait_monotonic(pthread_cond_t*, pthread_mutex_t*, const struct timespec*); -#define HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC 1 int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) /* TODO: __attribute__((deprecated("use pthread_cond_timedwait instead")))*/; #define HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE 1 /* TODO: stop defining this to push LP32 off this API sooner. */