diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:10:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:18:35 +0200 |
commit | 0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0 (patch) | |
tree | c9355b570b110d247525ff9a34f41d684329c772 /sysdeps/unix/sysv/linux/csky | |
parent | 9f13a95b6fa848599b40b8f038f33084c5089bc1 (diff) | |
download | glibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.tar glibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.tar.gz glibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.tar.bz2 glibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.zip |
nptl: Move pthread_rwlockattr_getpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libc.abilist b/sysdeps/unix/sysv/linux/csky/libc.abilist index 4dbfe047d5..b491d6cf27 100644 --- a/sysdeps/unix/sysv/linux/csky/libc.abilist +++ b/sysdeps/unix/sysv/linux/csky/libc.abilist @@ -1515,6 +1515,7 @@ GLIBC_2.29 pthread_rwlock_unlock F GLIBC_2.29 pthread_rwlock_wrlock F GLIBC_2.29 pthread_rwlockattr_destroy F GLIBC_2.29 pthread_rwlockattr_getkind_np F +GLIBC_2.29 pthread_rwlockattr_getpshared F GLIBC_2.29 pthread_self F GLIBC_2.29 pthread_setcancelstate F GLIBC_2.29 pthread_setcanceltype F @@ -2271,6 +2272,7 @@ GLIBC_2.34 pthread_rwlock_unlock F GLIBC_2.34 pthread_rwlock_wrlock F GLIBC_2.34 pthread_rwlockattr_destroy F GLIBC_2.34 pthread_rwlockattr_getkind_np F +GLIBC_2.34 pthread_rwlockattr_getpshared F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F GLIBC_2.34 pthread_spin_init F diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index a590b5d348..ec007945e6 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -33,7 +33,6 @@ GLIBC_2.29 pthread_getconcurrency F GLIBC_2.29 pthread_getcpuclockid F GLIBC_2.29 pthread_getname_np F GLIBC_2.29 pthread_join F -GLIBC_2.29 pthread_rwlockattr_getpshared F GLIBC_2.29 pthread_rwlockattr_init F GLIBC_2.29 pthread_rwlockattr_setkind_np F GLIBC_2.29 pthread_rwlockattr_setpshared F |