aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-13 20:11:50 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit2d6f4ebd6504da8cce1fe69260b675c393794327 (patch)
treec9452ed062d2ccc5a7facf8d033245be5af5bf38 /nptl
parent1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe (diff)
downloadglibc-2d6f4ebd6504da8cce1fe69260b675c393794327.tar
glibc-2d6f4ebd6504da8cce1fe69260b675c393794327.tar.gz
glibc-2d6f4ebd6504da8cce1fe69260b675c393794327.tar.bz2
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 'nptl')
-rw-r--r--nptl/Makefile2
-rw-r--r--nptl/Versions1
2 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 968b612e60..055b14664d 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -86,7 +86,7 @@ pthread-compat-wrappers = \
open open64 \
pread pread64 pwrite pwrite64 \
msgrcv msgsnd \
- sigwait sigsuspend \
+ sigsuspend \
recvmsg sendmsg
libpthread-routines = \
diff --git a/nptl/Versions b/nptl/Versions
index 23320a0a22..e5ee63b2c9 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -177,7 +177,6 @@ libpthread {
sendmsg;
sigaction;
siglongjmp;
- sigwait;
system;
}