diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-23 01:29:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-23 01:29:14 +0000 |
commit | 3a4f2043a1b1cce35edf588681433720bf2c2374 (patch) | |
tree | 8eeb90243fdb83f9c7e2961d5cf0203559bd0711 /nptl/pthread_mutex_unlock.c | |
parent | 6162364368b2092b2bd7b1ba26366ba9a841787a (diff) | |
download | glibc-3a4f2043a1b1cce35edf588681433720bf2c2374.tar.gz glibc-3a4f2043a1b1cce35edf588681433720bf2c2374.tar.xz glibc-3a4f2043a1b1cce35edf588681433720bf2c2374.zip |
Update.
* pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden. * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add attribute_hidden.
Diffstat (limited to 'nptl/pthread_mutex_unlock.c')
-rw-r--r-- | nptl/pthread_mutex_unlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_mutex_unlock.c b/nptl/pthread_mutex_unlock.c index 56b1cd4a9a..de820d7401 100644 --- a/nptl/pthread_mutex_unlock.c +++ b/nptl/pthread_mutex_unlock.c @@ -23,7 +23,7 @@ int -internal_function +internal_function attribute_hidden __pthread_mutex_unlock_usercnt (mutex, decr) pthread_mutex_t *mutex; bool decr; |