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/arm | |
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/arm')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 1 |
2 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 7ddae84a4c..46466081ab 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libpthread.abilist @@ -198,5 +198,4 @@ GLIBC_2.4 send F GLIBC_2.4 sendmsg F GLIBC_2.4 sigaction F GLIBC_2.4 siglongjmp F -GLIBC_2.4 sigwait F GLIBC_2.4 system F diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index 7ddae84a4c..46466081ab 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -198,5 +198,4 @@ GLIBC_2.4 send F GLIBC_2.4 sendmsg F GLIBC_2.4 sigaction F GLIBC_2.4 siglongjmp F -GLIBC_2.4 sigwait F GLIBC_2.4 system F |