Skip to content

Commit efe81bc

Browse files
committed
libstd: Export AsFileDesc, FileDesc and fd_t
1 parent 96c8f2b commit efe81bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/io/fs.rs

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ use vec::Vec;
7171
use sys::fs as fs_imp;
7272
use sys_common;
7373

74+
pub use sys_common::AsFileDesc;
75+
pub use sys::fs::{fd_t, FileDesc};
76+
7477
/// Unconstrained file access type that exposes read and write operations
7578
///
7679
/// Can be constructed via `File::open()`, `File::create()`, and

0 commit comments

Comments
 (0)