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/sparc | |
parent | 70a1e36cbea1463325933a5e622da7bd66a9bdab (diff) | |
download | glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.gz glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.bz2 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/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist index b18c666b01..ac83ad6be0 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/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 diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist b/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist index 409779a2eb..93bc938771 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist @@ -11,9 +11,6 @@ GLIBC_2.2 _IO_ftrylockfile F GLIBC_2.2 _IO_funlockfile F GLIBC_2.2 __errno_location F GLIBC_2.2 __h_errno_location F -GLIBC_2.2 __libc_allocate_rtsig F -GLIBC_2.2 __libc_current_sigrtmax F -GLIBC_2.2 __libc_current_sigrtmin F GLIBC_2.2 __pthread_getspecific F GLIBC_2.2 __pthread_key_create F GLIBC_2.2 __pthread_mutex_destroy F |