mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +00:00
Implement pseudo terminal
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
a042da1847
commit
f802ff40c5
@ -7,6 +7,7 @@ mod zero;
|
||||
|
||||
use crate::fs::device::{add_node, Device, DeviceId, DeviceType};
|
||||
use crate::prelude::*;
|
||||
pub use pty::{PtyMaster, PtySlave};
|
||||
pub use random::Random;
|
||||
pub use urandom::Urandom;
|
||||
|
||||
|
Reference in New Issue
Block a user