Skip to content

Commit 30c3dad

Browse files
committed
reuse implementation of the system provider "unsupported"
1 parent 33fd08b commit 30c3dad

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/hermit

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub mod net;
3131
pub mod os;
3232
pub mod path;
3333
pub mod pipe;
34+
#[path = "../unsupported/process.rs"]
3435
pub mod process;
3536
pub mod rwlock;
3637
pub mod stack_overflow;

0 commit comments

Comments
 (0)