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..15a5d1da9 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_hidden  __pthread_mutex_unlock (       pthread_mutex_t *mutex)  {  | 
