Dylan DPC
4abcd4042c
Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett
...
Reuse `std::sys::unsupported::pipe` on `hermit`
Pipes are not supported on `hermit` and `hermit/pipe.rs` is identical to `unsupported/pipe.rs`. This PR reduces duplication between the two by doing the following on `hermit`:
```rust
#[path = "../unsupported/pipe.rs"]
pub mod pipe;
```
2021-03-19 15:03:14 +01:00
..
2021-01-23 11:56:33 -06:00
2021-03-18 00:28:07 +01:00
2021-03-14 13:07:28 +09:00
2020-11-16 21:09:26 +03:00
2021-03-07 16:22:53 +01:00
2021-02-06 13:05:56 +01:00
2021-03-05 22:27:38 -08:00
2020-11-20 19:35:03 +03:00
2021-03-03 16:27:47 +09:00
2020-11-07 16:15:48 +01:00
2021-03-15 20:16:16 +01:00
2021-03-01 11:25:07 -05:00
2021-03-19 15:03:14 +01:00
2021-03-15 18:32:10 +00:00
2021-02-10 12:24:18 +09:00
2020-10-21 20:44:03 -07:00
2021-01-07 09:13:21 +01:00
2021-01-23 11:56:33 -06:00
2021-01-20 11:24:47 -08:00
2021-03-04 16:54:28 +01:00
2021-02-26 19:03:44 +01:00
2021-02-26 19:03:44 +01:00
2021-01-31 11:07:37 +01:00
2021-02-25 20:31:53 -05:00
2021-02-28 12:57:38 -08:00
2021-03-10 17:55:38 +01:00
2021-02-23 15:54:55 +01:00
2021-02-13 16:59:06 +01:00
2020-12-25 23:37:27 +01:00
2021-03-16 23:53:52 +09:00
2021-02-25 20:31:53 -05:00
2021-03-14 13:07:34 +09:00
2020-11-22 17:11:41 -05:00