diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-22 15:12:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 17:06:42 +0200 |
commit | c7b1cd4ad100d01f3202a44ec3b84b87bea5ef19 (patch) | |
tree | f34f4773fd39afc05eac4f4511222b830e7dc0f9 /sysdeps/unix/sysv/linux/aarch64 | |
parent | d9b600c98503b4094bc168b9b7452ea39a0abf30 (diff) | |
download | glibc-c7b1cd4ad100d01f3202a44ec3b84b87bea5ef19.tar.gz glibc-c7b1cd4ad100d01f3202a44ec3b84b87bea5ef19.tar.xz glibc-c7b1cd4ad100d01f3202a44ec3b84b87bea5ef19.zip |
nptl: Move pthread_spin_destroy into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64')
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/libc.abilist b/sysdeps/unix/sysv/linux/aarch64/libc.abilist index 36aedb0d3a..f7b1547286 100644 --- a/sysdeps/unix/sysv/linux/aarch64/libc.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/libc.abilist @@ -1509,6 +1509,7 @@ GLIBC_2.17 pthread_setcanceltype F GLIBC_2.17 pthread_setschedparam F GLIBC_2.17 pthread_setspecific F GLIBC_2.17 pthread_sigmask F +GLIBC_2.17 pthread_spin_destroy F GLIBC_2.17 ptrace F GLIBC_2.17 ptsname F GLIBC_2.17 ptsname_r F @@ -2277,3 +2278,4 @@ GLIBC_2.34 pthread_rwlock_rdlock F GLIBC_2.34 pthread_rwlock_unlock F GLIBC_2.34 pthread_rwlock_wrlock F GLIBC_2.34 pthread_setspecific F +GLIBC_2.34 pthread_spin_destroy F diff --git a/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist b/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist index 6833f660c5..1404222bfb 100644 --- a/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/libpthread.abilist @@ -55,7 +55,6 @@ GLIBC_2.17 pthread_setconcurrency F GLIBC_2.17 pthread_setname_np F GLIBC_2.17 pthread_setschedprio F GLIBC_2.17 pthread_sigqueue F -GLIBC_2.17 pthread_spin_destroy F GLIBC_2.17 pthread_spin_init F GLIBC_2.17 pthread_spin_lock F GLIBC_2.17 pthread_spin_trylock F |