diff options
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index d53c35352ea9..7f0c1dd09079 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -673,6 +673,8 @@ int __compat_save_altstack(compat_stack_t __user *, unsigned long); | |||
673 | asmlinkage long compat_sys_sched_rr_get_interval(compat_pid_t pid, | 673 | asmlinkage long compat_sys_sched_rr_get_interval(compat_pid_t pid, |
674 | struct compat_timespec __user *interval); | 674 | struct compat_timespec __user *interval); |
675 | 675 | ||
676 | asmlinkage long compat_sys_fanotify_mark(int, unsigned int, __u32, __u32, | ||
677 | int, const char __user *); | ||
676 | #else | 678 | #else |
677 | 679 | ||
678 | #define is_compat_task() (0) | 680 | #define is_compat_task() (0) |