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/csky | |
parent | 70a1e36cbea1463325933a5e622da7bd66a9bdab (diff) | |
download | glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.zip glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.gz glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.bz2 |
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/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index 2408ab5..6a508b6 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -3,9 +3,6 @@ GLIBC_2.29 _IO_ftrylockfile F GLIBC_2.29 _IO_funlockfile F GLIBC_2.29 __errno_location F GLIBC_2.29 __h_errno_location F -GLIBC_2.29 __libc_allocate_rtsig F -GLIBC_2.29 __libc_current_sigrtmax F -GLIBC_2.29 __libc_current_sigrtmin F GLIBC_2.29 __pthread_cleanup_routine F GLIBC_2.29 __pthread_getspecific F GLIBC_2.29 __pthread_key_create F |