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