get rid of pt_regs argument of do_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
d03d26e58f
commit
da3d4c5fa5
3 changed files with 8 additions and 13 deletions
|
|
@ -2288,7 +2288,7 @@ extern int disallow_signal(int);
|
|||
|
||||
extern int do_execve(const char *,
|
||||
const char __user * const __user *,
|
||||
const char __user * const __user *, struct pt_regs *);
|
||||
const char __user * const __user *);
|
||||
extern long do_fork(unsigned long, unsigned long, struct pt_regs *, unsigned long, int __user *, int __user *);
|
||||
struct task_struct *fork_idle(int);
|
||||
#ifdef CONFIG_GENERIC_KERNEL_THREAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue