diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 13:13:11 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 13:13:11 -0400 |
commit | 733deca197143857f938b41d671cd7ce9c53c4bc (patch) | |
tree | 3b942493a4efd11ecb9497a999a8658728f7973a /include | |
parent | 6a872777ffff6184f4ac10bd71d926d5e6f2491e (diff) |
Drop struct pt_regs * argument in compat_sys_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index d0ced1011f2f..d2db71077d93 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -286,10 +286,8 @@ asmlinkage ssize_t compat_sys_pwritev(unsigned long fd, | |||
286 | 286 | ||
287 | int compat_do_execve(const char *filename, const compat_uptr_t __user *argv, | 287 | int compat_do_execve(const char *filename, const compat_uptr_t __user *argv, |
288 | const compat_uptr_t __user *envp, struct pt_regs *regs); | 288 | const compat_uptr_t __user *envp, struct pt_regs *regs); |
289 | #ifdef __ARCH_WANT_SYS_EXECVE | ||
290 | asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv, | 289 | asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv, |
291 | const compat_uptr_t __user *envp); | 290 | const compat_uptr_t __user *envp); |
292 | #endif | ||
293 | 291 | ||
294 | asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp, | 292 | asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp, |
295 | compat_ulong_t __user *outp, compat_ulong_t __user *exp, | 293 | compat_ulong_t __user *outp, compat_ulong_t __user *exp, |