diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 17:32:30 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-29 02:53:35 (GMT) |
commit | 6b94631f9e8c45a46056cbc6a7a50ecebea4f8da (patch) | |
tree | 0a382a7968c6922a343ca88f5ea36743b18eef44 /arch/x86 | |
parent | f4091322d7397c8eb85c071570cab0e82ee3e261 (diff) | |
download | linux-6b94631f9e8c45a46056cbc6a7a50ecebea4f8da.tar.xz |
consolidate sys_execve() prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/syscalls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/syscalls.h b/arch/x86/include/asm/syscalls.h index 2be0b88..9e5aef3 100644 --- a/arch/x86/include/asm/syscalls.h +++ b/arch/x86/include/asm/syscalls.h @@ -23,9 +23,6 @@ long sys_iopl(unsigned int, struct pt_regs *); /* kernel/process.c */ int sys_fork(struct pt_regs *); int sys_vfork(struct pt_regs *); -long sys_execve(const char __user *, - const char __user *const __user *, - const char __user *const __user *); long sys_clone(unsigned long, unsigned long, void __user *, void __user *, struct pt_regs *); |