From 3a4f2043a1b1cce35edf588681433720bf2c2374 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Jun 2003 01:29:14 +0000 Subject: Update. * pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden. * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add attribute_hidden. --- nptl/pthread_mutex_unlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_mutex_unlock.c') 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; -- cgit v1.2.3