mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Remove connect from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
GLIBC_2.0 _IO_flockfile F
|
||||
GLIBC_2.0 _IO_ftrylockfile F
|
||||
GLIBC_2.0 _IO_funlockfile F
|
||||
GLIBC_2.0 __connect F
|
||||
GLIBC_2.0 __errno_location F
|
||||
GLIBC_2.0 __fcntl F
|
||||
GLIBC_2.0 __h_errno_location F
|
||||
@ -25,7 +24,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 connect F
|
||||
GLIBC_2.0 fcntl F
|
||||
GLIBC_2.0 flockfile F
|
||||
GLIBC_2.0 fsync F
|
||||
|
Reference in New Issue
Block a user