diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:29:32 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:38 -0300 |
commit | c59f716993bb6011761b25e282094a54ba3c0d49 (patch) | |
tree | 095bff54b9c3b3389e60a97f40c35aad4fd9b541 /io/Makefile | |
parent | bdfed2e2cd166536d03a247925f6df3800ec4acc (diff) | |
download | glibc-c59f716993bb6011761b25e282094a54ba3c0d49.zip glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.gz glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index 914d768..47e6180 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 |