|
@@ -303,7 +303,7 @@ extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp,
|
|
int buflen);
|
|
int buflen);
|
|
extern void tty_write_message(struct tty_struct *tty, char *msg);
|
|
extern void tty_write_message(struct tty_struct *tty, char *msg);
|
|
|
|
|
|
-extern int is_orphaned_pgrp(int pgrp);
|
|
|
|
|
|
+extern int is_current_pgrp_orphaned(void);
|
|
extern int is_ignored(int sig);
|
|
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);
|