1RT_SIGRETURN(2) Linux Programmer's Guide RT_SIGRETURN(2)
2
3
4
6 rt_sigreturn - Return from a signal handler and clean up the stack
7 frame
8
10 int sys_rt_sigreturn (unsigned long __unused); xSeries
11
12 int sys_rt_sigreturn (int r3, int r4, int r5, int r6, int r7, int r8,
13 struct pt_regs *regs); pSeries
14
15 long sys_rt_sigreturn (struct pt_regs regs); Opteron, zSeries
16
17
19 rt_sigreturn returns from a signal handler and cleans up the stack
20 frame. The int r# values for pSeries are place holders and do not carry
21 any value in the code itself. In some architectures, the struct pt_regs
22 regs is used to indicate interrupts.
23
24
26 rt_sigreturn returns old context.
27
28
30 None.
31
32
34 rt_sigaction(2), rt_sigpending(2), rt_sigprocmask(2), rt_sigqueue(2),
35 rt_sigsuspend(2), rt_sigtimedwait(2)
36
37
39 Niki Rahimi
40
41
42
43Linux 2.6 2004-March-12 RT_SIGRETURN(2)