|
|||||||
|
|
PAUSESection: Linux Programmer's Manual (2)Updated: 1995-08-31 Index Return to Main Contents NAMEpause - wait for signalSYNOPSIS#include <unistd.h>DESCRIPTIONThe pause library function 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.RETURN VALUEThe pause function only returns when a signal was caught and the signal-catching function returned. In this case pause returns -1, and errno is set to EINTR.ERRORS
CONFORMING TOSVr4, SVID, POSIX, X/OPEN, BSD 4.3SEE ALSOkill(2), select(2), signal(2)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man2". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |