|
Linux Kernel
3.7.1
|
#include <asm-generic/syscalls.h>Go to the source code of this file.
Macros | |
| #define | sys_execve sys_execve |
| #define | sys_clone sys_clone |
Typedefs | |
| typedef long(* | syscall_fn )(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) |
Functions | |
| asmlinkage int | sys_execve (char __user *ufilename, char __user *__user *argv, char __user *__user *envp) |
| asmlinkage int | sys_clone (unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidp, unsigned long child_tidp) |
Variables | |
| void * | sys_call_table [] |
| asmlinkage int sys_execve | ( | char __user * | ufilename, |
| char __user *__user * | argv, | ||
| char __user *__user * | envp | ||
| ) |
1.8.2