From e928e223fd44f0002c035773f9c40d8aad78323c Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Fri, 30 Apr 2010 18:18:32 +0400 Subject: nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64 Generic ones were broken on x86_64, pthread/ex2 test failed while pthread/ex5 worked fine. So use arch-specific functions and fix linkage failure with __pthread_mutex_cond_lock_adjust. Signed-off-by: Roman I Khimov Signed-off-by: Austin Foxley --- libpthread/nptl/pthread_mutex_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/pthread_mutex_lock.c') diff --git a/libpthread/nptl/pthread_mutex_lock.c b/libpthread/nptl/pthread_mutex_lock.c index 6abf3236e..78b66711c 100644 --- a/libpthread/nptl/pthread_mutex_lock.c +++ b/libpthread/nptl/pthread_mutex_lock.c @@ -477,7 +477,7 @@ strong_alias (__pthread_mutex_lock, __pthread_mutex_lock_internal) #ifdef NO_INCR -void +void attribute_protected __pthread_mutex_cond_lock_adjust ( pthread_mutex_t *mutex) { -- cgit v1.2.3