diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 21:49:33 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 21:53:37 -0500 |
commit | da3d4c5fa56236dd924d77ffc4f982356816b93b (patch) | |
tree | 37cbc90820ef0e5474801db00c968e2da7c455aa /include/linux/sched.h | |
parent | d03d26e58fde2ec99478e26aab47b55755189b08 (diff) |
get rid of pt_regs argument of do_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index a0166481eb20..c57249782e48 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2288,7 +2288,7 @@ extern int disallow_signal(int); | |||
2288 | 2288 | ||
2289 | extern int do_execve(const char *, | 2289 | extern int do_execve(const char *, |
2290 | const char __user * const __user *, | 2290 | const char __user * const __user *, |
2291 | const char __user * const __user *, struct pt_regs *); | 2291 | const char __user * const __user *); |
2292 | extern long do_fork(unsigned long, unsigned long, struct pt_regs *, unsigned long, int __user *, int __user *); | 2292 | extern long do_fork(unsigned long, unsigned long, struct pt_regs *, unsigned long, int __user *, int __user *); |
2293 | struct task_struct *fork_idle(int); | 2293 | struct task_struct *fork_idle(int); |
2294 | #ifdef CONFIG_GENERIC_KERNEL_THREAD | 2294 | #ifdef CONFIG_GENERIC_KERNEL_THREAD |