__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 ISO POSIX (2003).

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

Return Value

See ISO POSIX (2003).