__xpg_sigpause

Name

__xpg_sigpause -- remove a signal from the signal mask and suspend the thread

Synopsis

#include <signal.h>

int __xpg_sigpause(int sig);

Description

The __xpg_sigpause() function shall implement the sigpause() described in POSIX 1003.1-2008 (ISO/IEC 9945-2009).

This function is not in the source standard, it is only in the binary standard.

Return Value

See POSIX 1003.1-2008 (ISO/IEC 9945-2009).