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 /arch/x86/include/asm | |
parent | f4091322d7397c8eb85c071570cab0e82ee3e261 (diff) |
consolidate sys_execve() prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include/asm')
-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 2be0b880417e..9e5aef3a2598 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 *); | |||
23 | /* kernel/process.c */ | 23 | /* kernel/process.c */ |
24 | int sys_fork(struct pt_regs *); | 24 | int sys_fork(struct pt_regs *); |
25 | int sys_vfork(struct pt_regs *); | 25 | int sys_vfork(struct pt_regs *); |
26 | long sys_execve(const char __user *, | ||
27 | const char __user *const __user *, | ||
28 | const char __user *const __user *); | ||
29 | long sys_clone(unsigned long, unsigned long, void __user *, | 26 | long sys_clone(unsigned long, unsigned long, void __user *, |
30 | void __user *, struct pt_regs *); | 27 | void __user *, struct pt_regs *); |
31 | 28 | ||