mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
nptl: Remove accept from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
This commit is contained in:
parent
bdfed2e2cd
commit
c59f716993
@ -105,6 +105,7 @@ 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-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
||||
CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE
|
||||
|
@ -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
|
||||
|
@ -129,7 +129,6 @@ libpthread {
|
||||
_pthread_cleanup_pop_restore;
|
||||
_pthread_cleanup_push;
|
||||
_pthread_cleanup_push_defer;
|
||||
accept;
|
||||
connect;
|
||||
fcntl;
|
||||
flockfile;
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.17 _pthread_cleanup_pop F
|
||||
GLIBC_2.17 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.17 _pthread_cleanup_push F
|
||||
GLIBC_2.17 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.17 accept F
|
||||
GLIBC_2.17 connect F
|
||||
GLIBC_2.17 fcntl F
|
||||
GLIBC_2.17 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -44,7 +44,6 @@ GLIBC_2.32 _pthread_cleanup_pop F
|
||||
GLIBC_2.32 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.32 _pthread_cleanup_push F
|
||||
GLIBC_2.32 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.32 accept F
|
||||
GLIBC_2.32 call_once F
|
||||
GLIBC_2.32 cnd_broadcast F
|
||||
GLIBC_2.32 cnd_destroy F
|
||||
|
@ -80,7 +80,6 @@ GLIBC_2.4 _pthread_cleanup_pop F
|
||||
GLIBC_2.4 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.4 _pthread_cleanup_push F
|
||||
GLIBC_2.4 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.4 accept F
|
||||
GLIBC_2.4 connect F
|
||||
GLIBC_2.4 fcntl F
|
||||
GLIBC_2.4 flockfile F
|
||||
|
@ -80,7 +80,6 @@ GLIBC_2.4 _pthread_cleanup_pop F
|
||||
GLIBC_2.4 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.4 _pthread_cleanup_push F
|
||||
GLIBC_2.4 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.4 accept F
|
||||
GLIBC_2.4 connect F
|
||||
GLIBC_2.4 fcntl F
|
||||
GLIBC_2.4 flockfile F
|
||||
|
@ -44,7 +44,6 @@ GLIBC_2.29 _pthread_cleanup_pop F
|
||||
GLIBC_2.29 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.29 _pthread_cleanup_push F
|
||||
GLIBC_2.29 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.29 accept F
|
||||
GLIBC_2.29 call_once F
|
||||
GLIBC_2.29 cnd_broadcast F
|
||||
GLIBC_2.29 cnd_destroy F
|
||||
|
@ -47,7 +47,6 @@ GLIBC_2.2 _pthread_cleanup_pop F
|
||||
GLIBC_2.2 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2 _pthread_cleanup_push F
|
||||
GLIBC_2.2 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2 accept F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -47,7 +47,6 @@ GLIBC_2.2 _pthread_cleanup_pop F
|
||||
GLIBC_2.2 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2 _pthread_cleanup_push F
|
||||
GLIBC_2.2 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2 accept F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
|
@ -80,7 +80,6 @@ GLIBC_2.4 _pthread_cleanup_pop F
|
||||
GLIBC_2.4 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.4 _pthread_cleanup_push F
|
||||
GLIBC_2.4 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.4 accept F
|
||||
GLIBC_2.4 connect F
|
||||
GLIBC_2.4 fcntl F
|
||||
GLIBC_2.4 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.18 _pthread_cleanup_pop F
|
||||
GLIBC_2.18 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.18 _pthread_cleanup_push F
|
||||
GLIBC_2.18 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.18 accept F
|
||||
GLIBC_2.18 connect F
|
||||
GLIBC_2.18 fcntl F
|
||||
GLIBC_2.18 flockfile F
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.18 _pthread_cleanup_pop F
|
||||
GLIBC_2.18 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.18 _pthread_cleanup_push F
|
||||
GLIBC_2.18 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.18 accept F
|
||||
GLIBC_2.18 connect F
|
||||
GLIBC_2.18 fcntl F
|
||||
GLIBC_2.18 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.21 _pthread_cleanup_pop F
|
||||
GLIBC_2.21 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.21 _pthread_cleanup_push F
|
||||
GLIBC_2.21 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.21 accept F
|
||||
GLIBC_2.21 connect F
|
||||
GLIBC_2.21 fcntl F
|
||||
GLIBC_2.21 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -68,7 +68,6 @@ GLIBC_2.3 _pthread_cleanup_pop F
|
||||
GLIBC_2.3 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.3 _pthread_cleanup_push F
|
||||
GLIBC_2.3 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.3 accept F
|
||||
GLIBC_2.3 connect F
|
||||
GLIBC_2.3 fcntl F
|
||||
GLIBC_2.3 flockfile F
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.17 _pthread_cleanup_pop F
|
||||
GLIBC_2.17 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.17 _pthread_cleanup_push F
|
||||
GLIBC_2.17 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.17 accept F
|
||||
GLIBC_2.17 connect F
|
||||
GLIBC_2.17 fcntl F
|
||||
GLIBC_2.17 flockfile F
|
||||
|
@ -44,7 +44,6 @@ GLIBC_2.33 _pthread_cleanup_pop F
|
||||
GLIBC_2.33 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.33 _pthread_cleanup_push F
|
||||
GLIBC_2.33 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.33 accept F
|
||||
GLIBC_2.33 call_once F
|
||||
GLIBC_2.33 cnd_broadcast F
|
||||
GLIBC_2.33 cnd_destroy F
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.27 _pthread_cleanup_pop F
|
||||
GLIBC_2.27 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.27 _pthread_cleanup_push F
|
||||
GLIBC_2.27 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.27 accept F
|
||||
GLIBC_2.27 connect F
|
||||
GLIBC_2.27 fcntl F
|
||||
GLIBC_2.27 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -49,7 +49,6 @@ GLIBC_2.2 _pthread_cleanup_pop F
|
||||
GLIBC_2.2 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2 _pthread_cleanup_push F
|
||||
GLIBC_2.2 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2 accept F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
|
@ -47,7 +47,6 @@ GLIBC_2.2 _pthread_cleanup_pop F
|
||||
GLIBC_2.2 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2 _pthread_cleanup_push F
|
||||
GLIBC_2.2 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2 accept F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
|
@ -47,7 +47,6 @@ GLIBC_2.2 _pthread_cleanup_pop F
|
||||
GLIBC_2.2 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2 _pthread_cleanup_push F
|
||||
GLIBC_2.2 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2 accept F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
|
@ -25,7 +25,6 @@ GLIBC_2.0 _pthread_cleanup_pop F
|
||||
GLIBC_2.0 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.0 _pthread_cleanup_push F
|
||||
GLIBC_2.0 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.0 accept F
|
||||
GLIBC_2.0 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
|
@ -47,7 +47,6 @@ GLIBC_2.2 _pthread_cleanup_pop F
|
||||
GLIBC_2.2 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2 _pthread_cleanup_push F
|
||||
GLIBC_2.2 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2 accept F
|
||||
GLIBC_2.2 connect F
|
||||
GLIBC_2.2 fcntl F
|
||||
GLIBC_2.2 flockfile F
|
||||
|
@ -47,7 +47,6 @@ GLIBC_2.2.5 _pthread_cleanup_pop F
|
||||
GLIBC_2.2.5 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.2.5 _pthread_cleanup_push F
|
||||
GLIBC_2.2.5 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.2.5 accept F
|
||||
GLIBC_2.2.5 connect F
|
||||
GLIBC_2.2.5 fcntl F
|
||||
GLIBC_2.2.5 flockfile F
|
||||
|
@ -45,7 +45,6 @@ GLIBC_2.16 _pthread_cleanup_pop F
|
||||
GLIBC_2.16 _pthread_cleanup_pop_restore F
|
||||
GLIBC_2.16 _pthread_cleanup_push F
|
||||
GLIBC_2.16 _pthread_cleanup_push_defer F
|
||||
GLIBC_2.16 accept F
|
||||
GLIBC_2.16 connect F
|
||||
GLIBC_2.16 fcntl F
|
||||
GLIBC_2.16 flockfile F
|
||||
|
Loading…
Reference in New Issue
Block a user