diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 20:15:55 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 0cf67de81650dee7ccd72b43b9405842d3509fbe (patch) | |
tree | 3da9c98fb57f12555c1ce78c93c082c9c4cae8b2 /nptl | |
parent | 2d6f4ebd6504da8cce1fe69260b675c393794327 (diff) | |
download | glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.zip glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.gz glibc-0cf67de81650dee7ccd72b43b9405842d3509fbe.tar.bz2 |
nptl: Remove recvmsg 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/Makefile | 3 | ||||
-rw-r--r-- | nptl/Versions | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 055b146..2efae46 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -87,7 +87,7 @@ pthread-compat-wrappers = \ pread pread64 pwrite pwrite64 \ msgrcv msgsnd \ sigsuspend \ - recvmsg sendmsg + sendmsg libpthread-routines = \ $(pthread-compat-wrappers) \ @@ -297,7 +297,6 @@ CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables diff --git a/nptl/Versions b/nptl/Versions index e5ee63b..c6a851c 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -166,7 +166,6 @@ libpthread { pthread_sigmask; pthread_testcancel; raise; - recvmsg; sem_destroy; sem_getvalue; sem_init; |