diff options
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index f2b8fe20cc8e..09b28b7369d7 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -256,7 +256,6 @@ 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 | ||
260 | long compat_sys_semctl(int first, int second, int third, void __user *uptr); | 259 | long compat_sys_semctl(int first, int second, int third, void __user *uptr); |
261 | long compat_sys_msgsnd(int first, int second, int third, void __user *uptr); | 260 | long compat_sys_msgsnd(int first, int second, int third, void __user *uptr); |
262 | long compat_sys_msgrcv(int first, int second, int msgtyp, int third, | 261 | long compat_sys_msgrcv(int first, int second, int msgtyp, int third, |