Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0235497f authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Add prototype for sigset_from_compat()



Duh.  I screwed up editing David Howells patch in commit
3f2e05e9, 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: default avatarLinus Torvalds <torvalds@osdl.org>
parent 95f3eff6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */