Go to the previous, next section.

pause

SYNOPSIS

int pause(void);

DESCRIPTION

The task sleeps until a signal is received.

RETURN VALUE

Always return -1, and errno is always set to ERESTARNOTHAND which have meaning only for this syscall.

Go to the previous, next section.