Linux Kernel
3.7.1
|
#include <asm/unistd.h>
#include <sysdep/ptrace.h>
Go to the source code of this file.
Macros | |
#define | EXECUTE_SYSCALL(syscall, regs) |
Typedefs | |
typedef long | syscall_handler_t (struct pt_regs) |
Variables | |
syscall_handler_t | sys_rt_sigaction |
syscall_handler_t * | sys_call_table [] |
Definition at line 18 of file syscalls_32.h.
Definition at line 9 of file syscalls_32.h.
syscall_handler_t* sys_call_table[] |
syscall_handler_t sys_rt_sigaction |