diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 16:29:32 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-18 15:54:38 -0300 |
commit | c59f716993bb6011761b25e282094a54ba3c0d49 (patch) | |
tree | 095bff54b9c3b3389e60a97f40c35aad4fd9b541 /nptl/Makefile | |
parent | bdfed2e2cd166536d03a247925f6df3800ec4acc (diff) | |
download | glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.gz glibc-c59f716993bb6011761b25e282094a54ba3c0d49.tar.bz2 glibc-c59f716993bb6011761b25e282094a54ba3c0d49.zip |
nptl: Remove accept from libpthread
The libc version is identical and built with same flags.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index c33f29bd49..a292f6facc 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -81,7 +81,6 @@ static-only-routines = pthread_atfork # We need to provide certain routines for compatibility with existing # binaries. pthread-compat-wrappers = \ - accept \ connect recv recvfrom send \ sendto fsync lseek lseek64 \ msync open open64 pause \ @@ -301,7 +300,6 @@ CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-pause.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-recv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-send.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-accept.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sendto.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-connect.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom.c += -fexceptions -fasynchronous-unwind-tables |