#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/errno.h>
#include <linux/wait.h>
#include <linux/ptrace.h>
#include <linux/unistd.h>
#include <linux/stddef.h>
#include <linux/tty.h>
#include <linux/personality.h>
#include <linux/binfmts.h>
#include <linux/tracehook.h>
#include <linux/syscalls.h>
#include <linux/compat.h>
#include <asm/ucontext.h>
#include <asm/uaccess.h>
#include <asm/lowcore.h>
#include <asm/switch_to.h>
#include "entry.h"
Go to the source code of this file.
|
| SYSCALL_DEFINE3 (sigsuspend, int, history0, int, history1, old_sigset_t, mask) |
|
| SYSCALL_DEFINE3 (sigaction, int, sig, const struct old_sigaction __user *, act, struct old_sigaction __user *, oact) |
|
| SYSCALL_DEFINE2 (sigaltstack, const stack_t __user *, uss, stack_t __user *, uoss) |
|
| SYSCALL_DEFINE0 (sigreturn) |
|
| SYSCALL_DEFINE0 (rt_sigreturn) |
|
void | do_signal (struct pt_regs *regs) |
|
void | do_notify_resume (struct pt_regs *regs) |
|
SYSCALL_DEFINE0 |
( |
sigreturn |
| ) |
|
SYSCALL_DEFINE0 |
( |
rt_sigreturn |
| ) |
|