diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 381085e45cca..2699298b00ef 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -297,6 +297,7 @@ extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, | |||
297 | extern void tty_write_message(struct tty_struct *tty, char *msg); | 297 | extern void tty_write_message(struct tty_struct *tty, char *msg); |
298 | 298 | ||
299 | extern int is_current_pgrp_orphaned(void); | 299 | extern int is_current_pgrp_orphaned(void); |
300 | extern struct pid *tty_get_pgrp(struct tty_struct *tty); | ||
300 | extern int is_ignored(int sig); | 301 | extern int is_ignored(int sig); |
301 | extern int tty_signal(int sig, struct tty_struct *tty); | 302 | extern int tty_signal(int sig, struct tty_struct *tty); |
302 | extern void tty_hangup(struct tty_struct * tty); | 303 | extern void tty_hangup(struct tty_struct * tty); |