1PAUSE(3C) PAUSE(3C)
23
4
NAME
6pause - stop until signal
7
SYNOPSIS
9pause()
10
DESCRIPTION
12Pause never returns normally. It is used to give up control while
13waiting for a signal from kill(2) or an interval timer, see
14setitimer(2). Upon termination of a signal handler started during a
15pause, the pause call will return.
16
RETURN VALUE
18Always returns -1.
19
ERRORS
21Pause always returns:
2223
[EINTR] The call was interrupted.
24
SEE ALSO
26kill(2), select(2), sigpause(2)
2728
29
30
4th Berkeley Distribution May 9, 1985 PAUSE(3C)