about summary refs log tree commit diff
path: root/io/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:29:32 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:38 -0300
commitc59f716993bb6011761b25e282094a54ba3c0d49 (patch)
tree095bff54b9c3b3389e60a97f40c35aad4fd9b541 /io/Makefile
parentbdfed2e2cd166536d03a247925f6df3800ec4acc (diff)
downloadglibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.gz
glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.xz
glibc-c59f716993bb6011761b25e282094a54ba3c0d49.zip
nptl: Remove accept from libpthread
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 914d7689b2..47e61805fb 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -105,6 +105,7 @@ CFLAGS-fallocate64.c += -fexceptions
 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-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
 CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE