diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-15 15:34:42 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-26 13:37:18 -0300 |
commit | 70a1e36cbea1463325933a5e622da7bd66a9bdab (patch) | |
tree | 982c99993015f743a9bf190a63c47250a64385c2 /sysdeps/unix/sysv/linux/arm/be | |
parent | ff1e342cd1c20d7e21ab77e67414f67feb9ac197 (diff) | |
download | glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar.gz glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar.bz2 glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.zip |
nptl: Move sigaction to libc
The libc version is identical and built with same flags.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/be')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist index 8df3bafa99..1c63d79c84 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist @@ -67,7 +67,6 @@ GLIBC_2.4 __pthread_unregister_cancel F GLIBC_2.4 __pthread_unregister_cancel_restore F GLIBC_2.4 __pthread_unwind_next F GLIBC_2.4 __res_state F -GLIBC_2.4 __sigaction F GLIBC_2.4 _pthread_cleanup_pop F GLIBC_2.4 _pthread_cleanup_pop_restore F GLIBC_2.4 _pthread_cleanup_push F @@ -175,5 +174,4 @@ GLIBC_2.4 sem_timedwait F GLIBC_2.4 sem_trywait F GLIBC_2.4 sem_unlink F GLIBC_2.4 sem_wait F -GLIBC_2.4 sigaction F GLIBC_2.4 siglongjmp F |