You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Move pts to rust, and avoid using thread
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
mod daemon;
|
||||
mod db;
|
||||
mod pts;
|
||||
|
||||
pub use daemon::SuInfo;
|
||||
pub use pts::{pump_stdin_stdout, get_pty_num, restore_stdin};
|
||||
|
||||
Reference in New Issue
Block a user