diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:38:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 20:20:58 +0200 |
commit | 3ec8b1c7a921baa673ad9a33e0c63b4571915caa (patch) | |
tree | 6305b6505cef23c6bbffb2d44a92cb767c181445 /sysdeps/unix/sysv/linux/arm/le/libc.abilist | |
parent | 870218fb30a83c071b53b036d1eb33df7e30397e (diff) | |
download | glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.tar glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.tar.gz glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.tar.bz2 glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.zip |
nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Also clean up some unwinder linking leftover in the same spot
in nptl/pthreadP.h.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/le/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libc.abilist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libc.abilist b/sysdeps/unix/sysv/linux/arm/le/libc.abilist index 67ba974c81..0bfc1ab8f4 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libc.abilist @@ -187,6 +187,8 @@ GLIBC_2.34 __pthread_cleanup_routine F GLIBC_2.34 __pthread_key_create F GLIBC_2.34 __pthread_mutex_lock F GLIBC_2.34 __pthread_mutex_unlock F +GLIBC_2.34 __pthread_register_cancel F +GLIBC_2.34 __pthread_unregister_cancel F GLIBC_2.34 __pthread_unwind_next F GLIBC_2.34 call_once F GLIBC_2.34 cnd_broadcast F @@ -633,6 +635,7 @@ GLIBC_2.4 __pthread_mutexattr_destroy F GLIBC_2.4 __pthread_mutexattr_init F GLIBC_2.4 __pthread_mutexattr_settype F GLIBC_2.4 __pthread_once F +GLIBC_2.4 __pthread_register_cancel F GLIBC_2.4 __pthread_rwlock_destroy F GLIBC_2.4 __pthread_rwlock_init F GLIBC_2.4 __pthread_rwlock_rdlock F @@ -641,6 +644,7 @@ GLIBC_2.4 __pthread_rwlock_trywrlock F GLIBC_2.4 __pthread_rwlock_unlock F GLIBC_2.4 __pthread_rwlock_wrlock F GLIBC_2.4 __pthread_setspecific F +GLIBC_2.4 __pthread_unregister_cancel F GLIBC_2.4 __pthread_unwind_next F GLIBC_2.4 __ptsname_r_chk F GLIBC_2.4 __pwrite64 F |