diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-15 17:22:15 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-26 13:37:18 -0300 |
commit | 09ce31eddfd87aab73ad7a7e92d3cb27e35199ac (patch) | |
tree | b080fd2f57ed4b09d79c5a47aefcdb61e4cde5ed /sysdeps/unix/sysv/linux/alpha/libpthread.abilist | |
parent | 70a1e36cbea1463325933a5e622da7bd66a9bdab (diff) | |
download | glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.gz glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.xz glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.zip |
nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist index b18c666b01..ac83ad6be0 100644 --- a/sysdeps/unix/sysv/linux/alpha/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/alpha/libpthread.abilist @@ -58,9 +58,6 @@ GLIBC_2.0 sem_post F GLIBC_2.0 sem_trywait F GLIBC_2.0 sem_wait F GLIBC_2.0 siglongjmp F -GLIBC_2.1 __libc_allocate_rtsig F -GLIBC_2.1 __libc_current_sigrtmax F -GLIBC_2.1 __libc_current_sigrtmin F GLIBC_2.1 pthread_attr_getguardsize F GLIBC_2.1 pthread_attr_getstackaddr F GLIBC_2.1 pthread_attr_getstacksize F |