Go to the documentation of this file. 1 #ifndef __ASM_GENERIC_SYSCALLS_H
2 #define __ASM_GENERIC_SYSCALLS_H
4 #include <linux/compiler.h>
5 #include <linux/linkage.h>
13 void __user *parent_tid,
void __user *child_tid,
27 const char __user *
const __user *argv,
28 const char __user *
const __user *envp,
34 unsigned long prot,
unsigned long flags,
35 unsigned long fd,
unsigned long pgoff);
40 unsigned long prot,
unsigned long flags,
44 #ifndef sys_sigaltstack
49 #ifndef sys_rt_sigreturn
53 #ifndef sys_rt_sigsuspend
57 #ifndef sys_rt_sigaction
59 struct sigaction __user *oact,
size_t sigsetsize);