summaryrefslogtreecommitdiff
path: root/nptl/pthread_mutex_unlock.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-23 01:29:14 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-23 01:29:14 +0000
commit3a4f2043a1b1cce35edf588681433720bf2c2374 (patch)
tree8eeb90243fdb83f9c7e2961d5cf0203559bd0711 /nptl/pthread_mutex_unlock.c
parent6162364368b2092b2bd7b1ba26366ba9a841787a (diff)
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.c2
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;