.\" -*- nroff -*- .\" .\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992 .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" .\" Modified by Michael Haardt (michael@moria.de) .\" Modified Sat Jul 24 14:48:00 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 1995 by Mike Battersby (mib@deakin.edu.au) .\" .TH PAUSE 2 "31/08/1995" "Linux" "Manual do Programador Linux" .SH NOME pause \- aguarda por um sinal .SH SINOPSE .B #include .sp .B int pause(void); .SH DESCRIÇÃO A chamada de sistema .B pause faz com o que processo que a chama aguardar até que um sinal seja recebido. .SH "VALORES RETORNADOS" .B pause sempre retorna \-1, e .I errno é selecionado para .BR ERESTARTNOHAND . .SH ERROS .TP .B EINTR o sinal for recebido. .SH "DE ACORDO COM" SVr4, SVID, POSIX, X/OPEN, BSD 4.3 .SH "VEJA TAMBÉM" .BR kill (2), .BR select (2), .BR signal (2) .SH TRADUZIDO POR LDP-BR em 21/08/2000 \&\fR\&\f(CWAndré L. Fassone Canova (tradução)\fR \&\fR\&\f(CWxxxxxxxxxxxxxxxxxxxxxxxxx (revisão)\fR