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/syscalls.h | |
parent | f4091322d7397c8eb85c071570cab0e82ee3e261 (diff) |
consolidate sys_execve() prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/asm-generic/syscalls.h')
-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); asmlinkage long sys_vfork(void); #endif -#ifndef sys_execve -asmlinkage long sys_execve(const char __user *filename, - const char __user *const __user *argv, - const char __user *const __user *envp, - struct pt_regs *regs); -#endif - #ifndef sys_mmap2 asmlinkage long sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, |