mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
nptl: Remove msgsnd from pthread-compat-wrappers
The symbol is not exported by libpthread.
This commit is contained in:
parent
4c8cb283ec
commit
8562794d11
@ -81,7 +81,7 @@ static-only-routines = pthread_atfork
|
||||
# We need to provide certain routines for compatibility with existing
|
||||
# binaries.
|
||||
pthread-compat-wrappers = \
|
||||
msgrcv msgsnd \
|
||||
msgrcv \
|
||||
sigsuspend \
|
||||
|
||||
libpthread-routines = \
|
||||
@ -281,7 +281,6 @@ CFLAGS-sem_clockwait.c = -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-lockf.c += -fexceptions
|
||||
CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user