diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 20:04:18 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:39 -0300 |
commit | 1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe (patch) | |
tree | 9778f69bc88663fbfeaf84c9732d4881d92d6234 /nptl/Makefile | |
parent | c29386fd5059e87e63f4c6eaa9feb0aabf7f7f36 (diff) | |
download | glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.zip glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.gz glibc-1e157b9cb4fd9e50855e4a9cb1e7b1041cf7dafe.tar.bz2 |
nptl: Remove tcdrain from libpthread
The libc version is identical and built with same flags.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 61b6249..968b612 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -85,7 +85,7 @@ pthread-compat-wrappers = \ lseek lseek64 \ open open64 \ pread pread64 pwrite pwrite64 \ - tcdrain msgrcv msgsnd \ + msgrcv msgsnd \ sigwait sigsuspend \ recvmsg sendmsg @@ -294,7 +294,6 @@ CFLAGS-pwrite64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-tcdrain.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 |