| 58 | } |
| 59 | |
| 60 | rt_inline int tty_is_ctty(struct lwp_tty *tp, struct rt_lwp *p) |
| 61 | { |
| 62 | tty_assert_locked(tp); |
| 63 | |
| 64 | return p->pgrp->session == tp->t_session && p->term_ctrlterm; |
| 65 | } |
| 66 | |
| 67 | #endif /* __LWP_TTY_INTERNAL_H__ */ |
no outgoing calls
no test coverage detected