diff options
Diffstat (limited to 'libpthread/nptl/pthread_mutex_lock.c')
-rw-r--r-- | libpthread/nptl/pthread_mutex_lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_mutex_lock.c b/libpthread/nptl/pthread_mutex_lock.c index d00e13546..47e4d4158 100644 --- a/libpthread/nptl/pthread_mutex_lock.c +++ b/libpthread/nptl/pthread_mutex_lock.c @@ -42,7 +42,6 @@ static int __pthread_mutex_lock_full (pthread_mutex_t *mutex) int -attribute_hidden __pthread_mutex_lock ( pthread_mutex_t *mutex) { |