tty: Combine SIGTTOU/SIGTTIN handling
[linux-2.6-block.git] / include / linux / tty.h
index c2889f4331e1c4767a2549f6da198772ea8431dc..533d7f6e248190854e19e338a8cb30db7b49d8c4 100644 (file)
@@ -423,6 +423,7 @@ extern int tty_paranoia_check(struct tty_struct *tty, struct inode *inode,
                              const char *routine);
 extern const char *tty_name(const struct tty_struct *tty);
 extern void tty_wait_until_sent(struct tty_struct *tty, long timeout);
+extern int __tty_check_change(struct tty_struct *tty, int sig);
 extern int tty_check_change(struct tty_struct *tty);
 extern void __stop_tty(struct tty_struct *tty);
 extern void stop_tty(struct tty_struct *tty);