Re-exports§
pub use rustix;
Structs§
- Pty
- A pair of file descriptors representing a pseudoterminal.
Functions§
- closefrom⚠
- Close all open file descriptors that are at least as great as
from
. - login_
tty - Prepare for a login on the given terminal.
- openpty
- Open a pseudoterminal.
- openpty_
nocloexec - Open a pseudoterminal, without setting
OFlags::CLOEXEC
.