mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 11:39:56 +00:00
export std::os::fd module on HermitOS The HermitOS' IO interface is similiar to Unix. Consequently, this PR synchronize the FD implementation between both. closes #126198