about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arc/libpthread.abilist
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:49:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:51:57 +0200
commitb76c066d092d78124deeba9b687f5b10924e97de (patch)
treef08d660e36637680cf8fd9bdada0263c94e54185 /sysdeps/unix/sysv/linux/arc/libpthread.abilist
parent1ec4cd5ab42d6b16a81176b7051384a2221159e3 (diff)
downloadglibc-b76c066d092d78124deeba9b687f5b10924e97de.tar.gz
glibc-b76c066d092d78124deeba9b687f5b10924e97de.tar.xz
glibc-b76c066d092d78124deeba9b687f5b10924e97de.zip
nptl: Move pthread_mutexattr_settype, __pthread_mutexattr_settype into libc
And pthread_mutexattr_setkind_np as a compatibility symbol.

__pthread_mutexattr_settype is used in mtx_init from libpthread,
so this commit adds a GLIBC_2.34 symbol version for it.

The symbols were moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc/libpthread.abilist')
-rw-r--r--sysdeps/unix/sysv/linux/arc/libpthread.abilist3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist
index 643fcf5824..8967888b32 100644
--- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist
+++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist
@@ -3,7 +3,6 @@ GLIBC_2.32 _IO_ftrylockfile F
 GLIBC_2.32 _IO_funlockfile F
 GLIBC_2.32 __errno_location F
 GLIBC_2.32 __h_errno_location F
-GLIBC_2.32 __pthread_mutexattr_settype F
 GLIBC_2.32 __pthread_register_cancel F
 GLIBC_2.32 __pthread_register_cancel_defer F
 GLIBC_2.32 __pthread_rwlock_destroy F
@@ -58,8 +57,6 @@ GLIBC_2.32 pthread_getconcurrency F
 GLIBC_2.32 pthread_getcpuclockid F
 GLIBC_2.32 pthread_getname_np F
 GLIBC_2.32 pthread_join F
-GLIBC_2.32 pthread_mutexattr_setkind_np F
-GLIBC_2.32 pthread_mutexattr_settype F
 GLIBC_2.32 pthread_rwlock_clockrdlock F
 GLIBC_2.32 pthread_rwlock_clockwrlock F
 GLIBC_2.32 pthread_rwlock_destroy F