privileges checking: 0 if okay */
| 327 | |
| 328 | /* privileges checking: 0 if okay */ |
| 329 | rt_inline int priv_check(struct rt_thread *td, int priv) |
| 330 | { |
| 331 | return 0; |
| 332 | } |
| 333 | |
| 334 | /* Disable console redirection to a tty. */ |
| 335 | rt_inline int constty_clear(struct lwp_tty *tp) |
no outgoing calls
no test coverage detected