about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
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 /sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
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 'sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist b/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
index 8d4441a2d9..da79b26db5 100644
--- a/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
+++ b/sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
@@ -9,7 +9,6 @@ GLIBC_2.2.5 _IO_ftrylockfile F
 GLIBC_2.2.5 _IO_funlockfile F
 GLIBC_2.2.5 __errno_location F
 GLIBC_2.2.5 __h_errno_location F
-GLIBC_2.2.5 __pthread_mutexattr_init F
 GLIBC_2.2.5 __pthread_mutexattr_settype F
 GLIBC_2.2.5 __pthread_rwlock_destroy F
 GLIBC_2.2.5 __pthread_rwlock_init F
@@ -41,7 +40,6 @@ GLIBC_2.2.5 pthread_detach F
 GLIBC_2.2.5 pthread_getconcurrency F
 GLIBC_2.2.5 pthread_getcpuclockid F
 GLIBC_2.2.5 pthread_join F
-GLIBC_2.2.5 pthread_mutexattr_init F
 GLIBC_2.2.5 pthread_mutexattr_setkind_np F
 GLIBC_2.2.5 pthread_mutexattr_setpshared F
 GLIBC_2.2.5 pthread_mutexattr_settype F