diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-01 14:43:08 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-01 14:45:49 -0300 |
commit | a4dceb2684dfe63748e1f18ac2d6acd39e2f27c3 (patch) | |
tree | 418b87947ab8050933fd097d2fe38771acef845f /io/Makefile | |
parent | be60d70166f7741b490e8d6c3741dc024d836fe4 (diff) | |
download | glibc-a4dceb2684dfe63748e1f18ac2d6acd39e2f27c3.tar.gz glibc-a4dceb2684dfe63748e1f18ac2d6acd39e2f27c3.tar.xz glibc-a4dceb2684dfe63748e1f18ac2d6acd39e2f27c3.zip |
socket: Add CFLAGS-accept.c and CFLAGS-connect.c
The c59f716993 (accept) and 3ddf9bc185 (connect) added on io/Makefile instead of socket/Makefile. Checked on arm-linux-gnueabihf (where without the flags both the tst-cancelx4 and tst-cancelx5 fails).
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index c9919d666f..914d7689b2 100644 --- a/io/Makefile +++ b/io/Makefile @@ -105,8 +105,6 @@ 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-connect.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE |