|
@@ -361,6 +361,7 @@ extern int is_ignored(int sig);
|
|
|
extern int tty_signal(int sig, struct tty_struct *tty);
|
|
extern int tty_signal(int sig, struct tty_struct *tty);
|
|
|
extern void tty_hangup(struct tty_struct *tty);
|
|
extern void tty_hangup(struct tty_struct *tty);
|
|
|
extern void tty_vhangup(struct tty_struct *tty);
|
|
extern void tty_vhangup(struct tty_struct *tty);
|
|
|
|
|
+extern void tty_vhangup_self(void);
|
|
|
extern void tty_unhangup(struct file *filp);
|
|
extern void tty_unhangup(struct file *filp);
|
|
|
extern int tty_hung_up_p(struct file *filp);
|
|
extern int tty_hung_up_p(struct file *filp);
|
|
|
extern void do_SAK(struct tty_struct *tty);
|
|
extern void do_SAK(struct tty_struct *tty);
|