Skip to content

Commit 5a4098e

Browse files
committed
Consolidate byte-identical modules.
1 parent 90b1f5a commit 5a4098e

File tree

11 files changed

+8
-621
lines changed

11 files changed

+8
-621
lines changed

library/std/src/sys/sgx/fs.rs

Lines changed: 0 additions & 308 deletions
This file was deleted.

library/std/src/sys/sgx/io.rs

Lines changed: 0 additions & 47 deletions
This file was deleted.

library/std/src/sys/sgx/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ pub mod condvar;
1717
pub mod env;
1818
pub mod ext;
1919
pub mod fd;
20+
#[path = "../unsupported/fs.rs"]
2021
pub mod fs;
22+
#[path = "../unsupported/io.rs"]
2123
pub mod io;
2224
pub mod memchr;
2325
pub mod mutex;
2426
pub mod net;
2527
pub mod os;
2628
pub mod path;
29+
#[path = "../unsupported/pipe.rs"]
2730
pub mod pipe;
31+
#[path = "../unsupported/process.rs"]
2832
pub mod process;
2933
pub mod rwlock;
3034
pub mod stack_overflow;

0 commit comments

Comments
 (0)