mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
nptl: Remove msgrcv from pthread-compat-wrappers
The symbol is not exported by libpthread.
This commit is contained in:
parent
8562794d11
commit
ea8966b965
@ -81,7 +81,6 @@ static-only-routines = pthread_atfork
|
||||
# We need to provide certain routines for compatibility with existing
|
||||
# binaries.
|
||||
pthread-compat-wrappers = \
|
||||
msgrcv \
|
||||
sigsuspend \
|
||||
|
||||
libpthread-routines = \
|
||||
@ -280,7 +279,6 @@ CFLAGS-sem_clockwait.c = -fexceptions -fasynchronous-unwind-tables
|
||||
# These are the function wrappers we have to duplicate here.
|
||||
CFLAGS-lockf.c += -fexceptions
|
||||
CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables
|
||||
CFLAGS-msgrcv.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