diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:49:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:57 +0200 |
commit | b76c066d092d78124deeba9b687f5b10924e97de (patch) | |
tree | f08d660e36637680cf8fd9bdada0263c94e54185 /sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist | |
parent | 1ec4cd5ab42d6b16a81176b7051384a2221159e3 (diff) | |
download | glibc-b76c066d092d78124deeba9b687f5b10924e97de.tar glibc-b76c066d092d78124deeba9b687f5b10924e97de.tar.gz glibc-b76c066d092d78124deeba9b687f5b10924e97de.tar.bz2 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/microblaze/le/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist index ced08f4061..f7a78a8540 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.18 _IO_ftrylockfile F GLIBC_2.18 _IO_funlockfile F GLIBC_2.18 __errno_location F GLIBC_2.18 __h_errno_location F -GLIBC_2.18 __pthread_mutexattr_settype F GLIBC_2.18 __pthread_register_cancel F GLIBC_2.18 __pthread_register_cancel_defer F GLIBC_2.18 __pthread_rwlock_destroy F @@ -44,8 +43,6 @@ GLIBC_2.18 pthread_getconcurrency F GLIBC_2.18 pthread_getcpuclockid F GLIBC_2.18 pthread_getname_np F GLIBC_2.18 pthread_join F -GLIBC_2.18 pthread_mutexattr_setkind_np F -GLIBC_2.18 pthread_mutexattr_settype F GLIBC_2.18 pthread_rwlock_destroy F GLIBC_2.18 pthread_rwlock_init F GLIBC_2.18 pthread_rwlock_timedrdlock F |