diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-03-01 06:18:46 -0500 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-03-04 03:05:46 -0500 |
commit | 00fcb1494f645be4e0cd703756448fc64ca2a44a (patch) | |
tree | ea33584e914b7e1728c08e14c5945c3d02c6cf3d /arch/s390/kernel/entry.h | |
parent | 7f6afe87a02be1d889b36ce076d7beddd4cd5332 (diff) |
s390/compat: convert system call wrappers to C part 15
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/entry.h')
-rw-r--r-- | arch/s390/kernel/entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/entry.h b/arch/s390/kernel/entry.h index 8c6c022aeb71..e9167889ff1a 100644 --- a/arch/s390/kernel/entry.h +++ b/arch/s390/kernel/entry.h | |||
@@ -73,5 +73,6 @@ long sys32_sigreturn(void); | |||
73 | long sys32_rt_sigreturn(void); | 73 | long sys32_rt_sigreturn(void); |
74 | 74 | ||
75 | long sys_s390_personality(unsigned int personality); | 75 | long sys_s390_personality(unsigned int personality); |
76 | long sys_s390_runtime_instr(int command, int signum); | ||
76 | 77 | ||
77 | #endif /* _ENTRY_H */ | 78 | #endif /* _ENTRY_H */ |