Files
oldlinux-files/Ref-docs/syscalls/syscalls_57.html
2024-02-19 00:21:47 -05:00

25 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 - _exit</TITLE>
<P>Go to the <A HREF="syscalls_56.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_56.html">previous</A>, <A HREF="syscalls_58.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_58.html">next</A> section.<P>
<H2><A NAME="SEC57" HREF="syscalls_toc.html#SEC57" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC57">_exit</A></H2>
<P>
<H3>SYNOPSIS</H3>
<P>
<CODE>void _exit(int <VAR>status</VAR>)</CODE>
<P>
<H3>PARAMETERS</H3>
<P>
<VAR>status</VAR>: [in] the exit code of the dying task.
<P>
<H3>DESCRIPTION</H3>
<P>
This system call terminates the calling task <STRONG>immediately</STRONG>.
<P>
<H3>RETURN VALUE</H3>
<P>
Never returns.
<P>
<P>Go to the <A HREF="syscalls_56.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_56.html">previous</A>, <A HREF="syscalls_58.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_58.html">next</A> section.<P>