From c59f716993bb6011761b25e282094a54ba3c0d49 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 12 Mar 2021 16:29:32 -0300 Subject: nptl: Remove accept from libpthread The libc version is identical and built with same flags. Checked on x86_64-linux-gnu. --- io/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'io') 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 -- cgit v1.1