diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:22:44 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 08:21:29 -0300 |
commit | baab50cfb9b7e31e18f1ecfb463c1908454ce81d (patch) | |
tree | 8dcd3c863a10368b5e3744842c60a78572f74962 /io | |
parent | 173e0ab081b5bb38455785fe19ab4aa3834c1c8a (diff) | |
download | glibc-baab50cfb9b7e31e18f1ecfb463c1908454ce81d.zip glibc-baab50cfb9b7e31e18f1ecfb463c1908454ce81d.tar.gz glibc-baab50cfb9b7e31e18f1ecfb463c1908454ce81d.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index b54761b..2a3aad6 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 |