about summary refs log tree commit diff
path: root/nptl/pthreadP.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:46:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:51:56 +0200
commit506385d30ec67279b21929f117b292bbbe8f5e7b (patch)
tree603077d778d62228809989072ae011869b5e9dd4 /nptl/pthreadP.h
parent2a23e899e255f9ce2b4024d4ec029ce57af518bd (diff)
downloadglibc-506385d30ec67279b21929f117b292bbbe8f5e7b.tar.gz
glibc-506385d30ec67279b21929f117b292bbbe8f5e7b.tar.xz
glibc-506385d30ec67279b21929f117b292bbbe8f5e7b.zip
nptl: Move pthread_mutexattr_init, __pthread_mutexattr_init into libc
__pthread_mutexattr_init cannot be be made a compat symbol because
it is used in mtx_init, which is still in libpthread.

The symbols were moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r--nptl/pthreadP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index 8432c0ebe7..115dbed52c 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -579,7 +579,6 @@ libc_hidden_proto (__pthread_sigmask);
 #if IS_IN (libpthread)
 hidden_proto (__pthread_rwlock_unlock)
 hidden_proto (__pthread_testcancel)
-hidden_proto (__pthread_mutexattr_init)
 hidden_proto (__pthread_mutexattr_settype)
 #endif