diff options
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index d38655f2be70..ae0a483bef9b 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -279,8 +279,11 @@ asmlinkage long compat_sys_utimensat(unsigned int dfd, char __user *filename, | |||
279 | asmlinkage long compat_sys_signalfd(int ufd, | 279 | asmlinkage long compat_sys_signalfd(int ufd, |
280 | const compat_sigset_t __user *sigmask, | 280 | const compat_sigset_t __user *sigmask, |
281 | compat_size_t sigsetsize); | 281 | compat_size_t sigsetsize); |
282 | asmlinkage long compat_sys_timerfd(int ufd, int clockid, int flags, | 282 | asmlinkage long compat_sys_timerfd_settime(int ufd, int flags, |
283 | const struct compat_itimerspec __user *utmr); | 283 | const struct compat_itimerspec __user *utmr, |
284 | struct compat_itimerspec __user *otmr); | ||
285 | asmlinkage long compat_sys_timerfd_gettime(int ufd, | ||
286 | struct compat_itimerspec __user *otmr); | ||
284 | 287 | ||
285 | #endif /* CONFIG_COMPAT */ | 288 | #endif /* CONFIG_COMPAT */ |
286 | #endif /* _LINUX_COMPAT_H */ | 289 | #endif /* _LINUX_COMPAT_H */ |