Disable console redirection to a tty. */
| 333 | |
| 334 | /* Disable console redirection to a tty. */ |
| 335 | rt_inline int constty_clear(struct lwp_tty *tp) |
| 336 | { |
| 337 | // rt_kprintf("\nTODO: %s unimplemented!\n", __func__); |
| 338 | return 0; |
| 339 | } |
| 340 | |
| 341 | rt_inline int constty_set(struct lwp_tty *tp) |
| 342 | { |
no outgoing calls
no test coverage detected