diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:52:56 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 20:21:27 +0200 |
commit | c4c53e0f56ed14ba2416bb0181e82a9d49eefde0 (patch) | |
tree | 9ff07ab6c5b63d004daf561090e648b7bc053657 /sysdeps/unix/sysv/linux/alpha/libpthread.abilist | |
parent | 3ec8b1c7a921baa673ad9a33e0c63b4571915caa (diff) | |
download | glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.tar glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.tar.gz glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.tar.bz2 glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.zip |
nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_restore to libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist index 42adbbb8d4..6b3e9a61d2 100644 --- a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist @@ -15,8 +15,6 @@ GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.28 thrd_create F GLIBC_2.3.2 __libpthread_version_placeholder F -GLIBC_2.3.3 __pthread_register_cancel_defer F -GLIBC_2.3.3 __pthread_unregister_cancel_restore F GLIBC_2.3.3 pthread_setaffinity_np F GLIBC_2.3.4 pthread_setaffinity_np F GLIBC_2.3.4 pthread_setschedprio F |