From 83b09837ed5c106840d0f069a81eed41a646bff3 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 17:50:26 +0200 Subject: nptl: Remove internal_function attribute --- nptl/pthread_mutex_lock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl/pthread_mutex_lock.c') diff --git a/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index b1586079ad..7f8254ba33 100644 --- a/nptl/pthread_mutex_lock.c +++ b/nptl/pthread_mutex_lock.c @@ -607,7 +607,6 @@ hidden_def (__pthread_mutex_lock) #ifdef NO_INCR void -internal_function __pthread_mutex_cond_lock_adjust (pthread_mutex_t *mutex) { assert ((mutex->__data.__kind & PTHREAD_MUTEX_PRIO_INHERIT_NP) != 0); -- cgit v1.2.3