Causes the invoking process (or thread) to sleep until a signal is received that either terminates it or causes it to call a signal-catching function.
Arguments
Return values
This system call only returns when a signal was caught and the signal-catching function returned. In this case return value is -EINTR.
Remarks
n/a
Compatibility