From 7179cd249f389873a1cfd0b3921a9da37a0908d2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 2 Oct 2006 14:05:20 -0700 Subject: [PATCH] Add prototype for sigset_from_compat() Duh. I screwed up editing David Howells patch in commit 916ea980e2e1dbc4a8e2886ee800ca0712b6a51f, and the actual declaration for the sigset_from_compat() function went missing. My bad. Olaf Hering saved the day and noticed that I'm a moron. Signed-off-by: Linus Torvalds --- include/linux/compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/compat.h b/include/linux/compat.h index 6f110957cc974..ef5cd192784c2 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, 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 */ -- 2.39.5