consolidate sys_execve() prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f4091322d7
commit
6b94631f9e
6 changed files with 3 additions and 18 deletions
|
|
@ -837,6 +837,9 @@ int kernel_execve(const char *filename, const char *const argv[], const char *co
|
|||
current_pt_regs())
|
||||
#endif
|
||||
|
||||
asmlinkage long sys_execve(const char __user *filename,
|
||||
const char __user *const __user *argv,
|
||||
const char __user *const __user *envp);
|
||||
|
||||
asmlinkage long sys_perf_event_open(
|
||||
struct perf_event_attr __user *attr_uptr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue