diff options
Diffstat (limited to 'arch/s390/kernel/entry.h')
-rw-r--r-- | arch/s390/kernel/entry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/kernel/entry.h b/arch/s390/kernel/entry.h index 91fd78839c57..e1e5e767ab56 100644 --- a/arch/s390/kernel/entry.h +++ b/arch/s390/kernel/entry.h | |||
@@ -46,7 +46,8 @@ long sys_clone(unsigned long newsp, unsigned long clone_flags, | |||
46 | int __user *parent_tidptr, int __user *child_tidptr); | 46 | int __user *parent_tidptr, int __user *child_tidptr); |
47 | long sys_vfork(void); | 47 | long sys_vfork(void); |
48 | void execve_tail(void); | 48 | void execve_tail(void); |
49 | long sys_execve(void); | 49 | long sys_execve(char __user *name, char __user * __user *argv, |
50 | char __user * __user *envp); | ||
50 | long sys_sigsuspend(int history0, int history1, old_sigset_t mask); | 51 | long sys_sigsuspend(int history0, int history1, old_sigset_t mask); |
51 | long sys_sigaction(int sig, const struct old_sigaction __user *act, | 52 | long sys_sigaction(int sig, const struct old_sigaction __user *act, |
52 | struct old_sigaction __user *oact); | 53 | struct old_sigaction __user *oact); |