diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 20:11:50 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 2d6f4ebd6504da8cce1fe69260b675c393794327 (patch) | |
tree | c9452ed062d2ccc5a7facf8d033245be5af5bf38 /sysdeps/unix/sysv/linux/arc | |
parent | 1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe (diff) | |
download | glibc-2d6f4ebd6504da8cce1fe69260b675c393794327.tar.gz glibc-2d6f4ebd6504da8cce1fe69260b675c393794327.tar.xz glibc-2d6f4ebd6504da8cce1fe69260b675c393794327.zip |
nptl: Remove sigwait from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist index 1ea7092e72..646dcb259d 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -186,7 +186,6 @@ GLIBC_2.32 sem_wait F GLIBC_2.32 send F GLIBC_2.32 sendmsg F GLIBC_2.32 sigaction F -GLIBC_2.32 sigwait F GLIBC_2.32 thrd_create F GLIBC_2.32 thrd_detach F GLIBC_2.32 thrd_exit F |