up | Inhaltsverzeichniss | Kommentar

Manual page for PAUSE(3V)

pause - stop until signal

SYNOPSIS

int pause()

DESCRIPTION

pause() never returns normally. It is used to give up control while waiting for a signal from kill.2v or an interval timer, see getitimer.2 Upon termination of a signal handler started during a pause, pause() will return.

RETURN VALUES

When it returns, pause() returns -1.

ERRORS

When it returns, pause() sets errno to:

EINTR
A signal is caught by the calling process and control is returned from the signal-catching function.

SEE ALSO

kill.2v getitimer.2 select.2 sigpause.2v


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © somebody (See intro for details). All Rights Reserved. Last modified 11/5/97