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/riscv/rv64/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/riscv/rv64/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist index fcb097267a..cb429aaa50 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist @@ -1,6 +1,4 @@ GLIBC_2.27 __errno_location F -GLIBC_2.27 __pthread_register_cancel_defer F -GLIBC_2.27 __pthread_unregister_cancel_restore F GLIBC_2.27 pthread_cancel F GLIBC_2.27 pthread_create F GLIBC_2.27 pthread_getattr_default_np F |