Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[firefly-linux-kernel-4.4.55.git] / include / linux / compat.h
index 6f110957cc97468d3247a32df94b546b9a8a195d..ef5cd192784c23bc326531660184c2098f930736 100644 (file)
@@ -228,6 +228,7 @@ static inline int compat_timespec_compare(struct compat_timespec *lhs,
 asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
 
 extern int compat_printk(const char *fmt, ...);
+extern void sigset_from_compat(sigset_t *set, compat_sigset_t *compat);
 
 #endif /* CONFIG_COMPAT */
 #endif /* _LINUX_COMPAT_H */