Skip to content

Commit

Permalink
Add prototype for sigset_from_compat()
Browse files Browse the repository at this point in the history
Duh.  I screwed up editing David Howells patch in commit
3f2e05e, 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 <torvalds@osdl.org>
  • Loading branch information
Linus Torvalds committed Oct 2, 2006
1 parent 95f3eff commit 0235497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 0235497

Please sign in to comment.