mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
nptl: Remove recvmsg from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
This commit is contained in:
@ -61,7 +61,6 @@ GLIBC_2.0 pthread_setcanceltype F
|
||||
GLIBC_2.0 pthread_setspecific F
|
||||
GLIBC_2.0 pthread_testcancel F
|
||||
GLIBC_2.0 raise F
|
||||
GLIBC_2.0 recvmsg F
|
||||
GLIBC_2.0 sem_destroy F
|
||||
GLIBC_2.0 sem_getvalue F
|
||||
GLIBC_2.0 sem_init F
|
||||
|
@ -134,7 +134,6 @@ GLIBC_2.2 pthread_yield F
|
||||
GLIBC_2.2 pwrite F
|
||||
GLIBC_2.2 pwrite64 F
|
||||
GLIBC_2.2 raise F
|
||||
GLIBC_2.2 recvmsg F
|
||||
GLIBC_2.2 sem_close F
|
||||
GLIBC_2.2 sem_destroy F
|
||||
GLIBC_2.2 sem_getvalue F
|
||||
|
Reference in New Issue
Block a user