Skip to content

Commit

Permalink
Reuse std::sys::unsupported::pipe on hermit
Browse files Browse the repository at this point in the history
  • Loading branch information
CDirkx committed Feb 24, 2021
1 parent 6b56603 commit 2cbea9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/hermit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub mod mutex;
pub mod net;
pub mod os;
pub mod path;
#[path = "../unsupported/pipe.rs"]
pub mod pipe;
#[path = "../unsupported/process.rs"]
pub mod process;
Expand Down
38 changes: 0 additions & 38 deletions library/std/src/sys/hermit/pipe.rs

This file was deleted.

0 comments on commit 2cbea9f

Please sign in to comment.