diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:26:53 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:24 -0300 |
commit | bdfed2e2cd166536d03a247925f6df3800ec4acc (patch) | |
tree | 04757597d5fcf1140e168e27ac30eecb7381d35c /io | |
parent | baab50cfb9b7e31e18f1ecfb463c1908454ce81d (diff) | |
download | glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.tar.gz glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.tar.xz glibc-bdfed2e2cd166536d03a247925f6df3800ec4acc.zip |
nptl: Remove close 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index 2a3aad64e3..914d7689b2 100644 --- a/io/Makefile +++ b/io/Makefile @@ -104,6 +104,7 @@ CFLAGS-fallocate.c += -fexceptions 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-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE |