summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-16 18:05:38 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-18 22:20:54 +0100
commit58672852774dabb198f3f4351fb34f6c59818b11 (patch)
tree0be722086eda240a187da15bc8362b4803924f73 /sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
parent654cfa726d13e2facf7f046ac9f0192b15d8c3d3 (diff)
downloadglibc-58672852774dabb198f3f4351fb34f6c59818b11.tar.gz
nptl: Move legacy cancelation handling into libc as compat symbols
This affects _pthread_cleanup_pop, _pthread_cleanup_pop_restore, _pthread_cleanup_push, _pthread_cleanup_push_defer. The symbols have been moved using scripts/move-symbol-to-libc.py. No new symbol versions are added because the symbols are turned into compatibility symbols at the same time. __pthread_cleanup_pop and __pthread_cleanup_push are added as GLIBC_PRIVATE symbols because they are also used internally, for glibc's own cancellation handling. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/le/libpthread.abilist')
-rw-r--r--sysdeps/unix/sysv/linux/sh/le/libpthread.abilist4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
index ddcf7cfce6..8c0e0516c2 100644
--- a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
+++ b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
@@ -40,10 +40,6 @@ GLIBC_2.2 __pwrite64 F
GLIBC_2.2 __res_state F
GLIBC_2.2 __send F
GLIBC_2.2 __sigaction F
-GLIBC_2.2 _pthread_cleanup_pop F
-GLIBC_2.2 _pthread_cleanup_pop_restore F
-GLIBC_2.2 _pthread_cleanup_push F
-GLIBC_2.2 _pthread_cleanup_push_defer F
GLIBC_2.2 flockfile F
GLIBC_2.2 ftrylockfile F
GLIBC_2.2 funlockfile F