summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:31:17 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit3ddf9bc18587bf4d66b99666150bfc8d0f81fa32 (patch)
tree4cab4db078356a60b22d1249120155f30e8e6a72 /io
parentc59f716993bb6011761b25e282094a54ba3c0d49 (diff)
downloadglibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.tar.gz
glibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.tar.xz
glibc-3ddf9bc18587bf4d66b99666150bfc8d0f81fa32.zip
nptl: Remove connect from libpthread
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'io')
-rw-r--r--io/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 47e61805fb..c9919d666f 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -106,6 +106,7 @@ CFLAGS-read.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-write.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-close.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-accept.c += -fexceptions -fasynchronous-unwind-tables
+CFLAGS-connect.c += -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE