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/csky | |
parent | ff1e342cd1c20d7e21ab77e67414f67feb9ac197 (diff) | |
download | glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.zip glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar.gz glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar.bz2 |
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/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index 6dc646b..2408ab5 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -32,7 +32,6 @@ GLIBC_2.29 __pthread_unregister_cancel F GLIBC_2.29 __pthread_unregister_cancel_restore F GLIBC_2.29 __pthread_unwind_next F GLIBC_2.29 __res_state F -GLIBC_2.29 __sigaction F GLIBC_2.29 _pthread_cleanup_pop F GLIBC_2.29 _pthread_cleanup_pop_restore F GLIBC_2.29 _pthread_cleanup_push F @@ -160,7 +159,6 @@ GLIBC_2.29 sem_timedwait F GLIBC_2.29 sem_trywait F GLIBC_2.29 sem_unlink F GLIBC_2.29 sem_wait F -GLIBC_2.29 sigaction F GLIBC_2.29 thrd_create F GLIBC_2.29 thrd_detach F GLIBC_2.29 thrd_exit F |