diff options
Diffstat (limited to 'libpthread/nptl/pthread_mutex_lock.c')
-rw-r--r-- | libpthread/nptl/pthread_mutex_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |