diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 4e890394ef99..9f68e90a14ec 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -256,6 +256,7 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, | |||
256 | compat_size_t __user *len_ptr); | 256 | compat_size_t __user *len_ptr); |
257 | 257 | ||
258 | #ifdef CONFIG_ARCH_WANT_OLD_COMPAT_IPC | 258 | #ifdef CONFIG_ARCH_WANT_OLD_COMPAT_IPC |
259 | #define __ARCH_WANT_COMPAT_IPC_PARSE_VERSION | ||
259 | long compat_sys_semctl(int first, int second, int third, void __user *uptr); | 260 | long compat_sys_semctl(int first, int second, int third, void __user *uptr); |
260 | long compat_sys_msgsnd(int first, int second, int third, void __user *uptr); | 261 | long compat_sys_msgsnd(int first, int second, int third, void __user *uptr); |
261 | long compat_sys_msgrcv(int first, int second, int msgtyp, int third, | 262 | long compat_sys_msgrcv(int first, int second, int msgtyp, int third, |