Files
oldlinux-files/study/Ref-docs/syscalls/syscalls_95.html
2024-02-19 00:25:23 -05:00

22 lines
1.0 KiB
HTML

<html><!-- This HTML file has been created by texi2html 1.29
from syscalls.texi on 4 June 1994 -->
<TITLE>Syscall specifications of Linux - pause</TITLE>
<P>Go to the <A HREF="syscalls_94.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_94.html">previous</A>, <A HREF="syscalls_96.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_96.html">next</A> section.<P>
<H2><A NAME="SEC95" HREF="syscalls_toc.html#SEC95" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC95">pause</A></H2>
<P>
<H3>SYNOPSIS</H3>
<P>
<CODE>int pause(void);</CODE>
<P>
<H3>DESCRIPTION</H3>
<P>
The task sleeps until a signal is received.
<P>
<H3>RETURN VALUE</H3>
<P>
Always return -1, and <CODE>errno</CODE> is always set to <CODE>ERESTARNOTHAND</CODE>
which have meaning only for this syscall.
<P>
<P>Go to the <A HREF="syscalls_94.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_94.html">previous</A>, <A HREF="syscalls_96.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_96.html">next</A> section.<P>