diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 13:32:30 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 21:53:35 -0500 |
commit | 6b94631f9e8c45a46056cbc6a7a50ecebea4f8da (patch) | |
tree | 0a382a7968c6922a343ca88f5ea36743b18eef44 /include/asm-generic | |
parent | f4091322d7397c8eb85c071570cab0e82ee3e261 (diff) |
consolidate sys_execve() prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/syscalls.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-generic/syscalls.h b/include/asm-generic/syscalls.h index 7e4fdb649951..77960333b1a1 100644 --- a/include/asm-generic/syscalls.h +++ b/include/asm-generic/syscalls.h | |||
@@ -21,13 +21,6 @@ asmlinkage long sys_fork(void); | |||
21 | asmlinkage long sys_vfork(void); | 21 | asmlinkage long sys_vfork(void); |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #ifndef sys_execve | ||
25 | asmlinkage long sys_execve(const char __user *filename, | ||
26 | const char __user *const __user *argv, | ||
27 | const char __user *const __user *envp, | ||
28 | struct pt_regs *regs); | ||
29 | #endif | ||
30 | |||
31 | #ifndef sys_mmap2 | 24 | #ifndef sys_mmap2 |
32 | asmlinkage long sys_mmap2(unsigned long addr, unsigned long len, | 25 | asmlinkage long sys_mmap2(unsigned long addr, unsigned long len, |
33 | unsigned long prot, unsigned long flags, | 26 | unsigned long prot, unsigned long flags, |