The symbol is not exported by libpthread.
# We need to provide certain routines for compatibility with existing
# binaries.
pthread-compat-wrappers = \
- msgrcv msgsnd \
+ msgrcv \
sigsuspend \
libpthread-routines = \
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