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 6f110957cc97..ef5cd192784c 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -228,6 +228,7 @@ static inline int compat_timespec_compare(struct compat_timespec *lhs, | |||
228 | asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp); | 228 | asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp); |
229 | 229 | ||
230 | extern int compat_printk(const char *fmt, ...); | 230 | extern int compat_printk(const char *fmt, ...); |
231 | extern void sigset_from_compat(sigset_t *set, compat_sigset_t *compat); | ||
231 | 232 | ||
232 | #endif /* CONFIG_COMPAT */ | 233 | #endif /* CONFIG_COMPAT */ |
233 | #endif /* _LINUX_COMPAT_H */ | 234 | #endif /* _LINUX_COMPAT_H */ |