Remove declaration of pthread_cond_timeout_np.
Bug: http://b/27918161 Change-Id: I61b5710dc394c155bdb4577a750b96195033251e
This commit is contained in:
parent
671e6b20ea
commit
3615a52126
1 changed files with 0 additions and 1 deletions
|
@ -286,7 +286,6 @@ extern void __pthread_cleanup_pop(__pthread_cleanup_t*, int);
|
||||||
|
|
||||||
// Bionic additions that are deprecated even in the 32-bit ABI.
|
// Bionic additions that are deprecated even in the 32-bit ABI.
|
||||||
int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) __attribute__((deprecated("use pthread_cond_timedwait instead")));
|
int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const struct timespec*) __attribute__((deprecated("use pthread_cond_timedwait instead")));
|
||||||
int pthread_cond_timeout_np(pthread_cond_t*, pthread_mutex_t*, unsigned) __attribute__((deprecated("use pthread_cond_timedwait instead")));
|
|
||||||
|
|
||||||
int pthread_mutex_lock_timeout_np(pthread_mutex_t*, unsigned) __attribute__((deprecated("use pthread_mutex_timedlock instead")));
|
int pthread_mutex_lock_timeout_np(pthread_mutex_t*, unsigned) __attribute__((deprecated("use pthread_mutex_timedlock instead")));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue