From 173e0ab081b5bb38455785fe19ab4aa3834c1c8a Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 12 Mar 2021 16:13:26 -0300 Subject: nptl: Remove write from libpthread The libc version is identical and built with same flags. Checked on x86_64-linux-gnu. --- io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/Makefile b/io/Makefile index d145d88..b54761b 100644 --- a/io/Makefile +++ b/io/Makefile @@ -103,7 +103,7 @@ CFLAGS-posix_fallocate64.c += -fexceptions CFLAGS-fallocate.c += -fexceptions CFLAGS-fallocate64.c += -fexceptions CFLAGS-read.c += -fexceptions -CFLAGS-write.c += -fexceptions +CFLAGS-write.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