summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-12 16:22:44 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 08:21:29 -0300
commitbaab50cfb9b7e31e18f1ecfb463c1908454ce81d (patch)
tree8dcd3c863a10368b5e3744842c60a78572f74962 /io
parent173e0ab081b5bb38455785fe19ab4aa3834c1c8a (diff)
downloadglibc-baab50cfb9b7e31e18f1ecfb463c1908454ce81d.tar.gz
glibc-baab50cfb9b7e31e18f1ecfb463c1908454ce81d.tar.xz
glibc-baab50cfb9b7e31e18f1ecfb463c1908454ce81d.zip
nptl: Remove read 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile
index b54761bbda..2a3aad64e3 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -102,7 +102,7 @@ CFLAGS-posix_fallocate.c += -fexceptions
 CFLAGS-posix_fallocate64.c += -fexceptions
 CFLAGS-fallocate.c += -fexceptions
 CFLAGS-fallocate64.c += -fexceptions
-CFLAGS-read.c += -fexceptions
+CFLAGS-read.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-write.c += -fexceptions -fasynchronous-unwind-tables
 
 CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE