diff options
Diffstat (limited to 'libpthread/nptl/pthread_mutex_unlock.c')
-rw-r--r-- | libpthread/nptl/pthread_mutex_unlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_mutex_unlock.c b/libpthread/nptl/pthread_mutex_unlock.c index 15a5d1da9..f164cde3a 100644 --- a/libpthread/nptl/pthread_mutex_unlock.c +++ b/libpthread/nptl/pthread_mutex_unlock.c @@ -284,7 +284,6 @@ __pthread_mutex_unlock_full (pthread_mutex_t *mutex, int decr) int -attribute_hidden __pthread_mutex_unlock ( pthread_mutex_t *mutex) { |