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

26 lines
1.1 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 - sigreturn</TITLE>
<P>Go to the <A HREF="syscalls_103.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_103.html">previous</A>, <A HREF="syscalls_105.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_105.html">next</A> section.<P>
<H2><A NAME="SEC104" HREF="syscalls_toc.html#SEC104" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC104">sigreturn</A></H2>
<P>
<H3>SYNOPSIS</H3>
<P>
<CODE>int sys_sigreturn(unsigned long __unused);</CODE>
<H3>PARAMETERS</H3>
<P>
<VAR>__unused</VAR>: unused
<P>
<H3>DESCRIPTION</H3>
<P>
This syscall is not used in source code. This syscall is generated by
the kernel (!) so that it is call upon return from a signal handler.
<P>
<H3>RETURN VALUE</H3>
<P>
Very variable.
<P>
<P>Go to the <A HREF="syscalls_103.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_103.html">previous</A>, <A HREF="syscalls_105.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_105.html">next</A> section.<P>