diff options
| author | Meziu <meziu210@icloud.com> | 2021-10-19 17:59:59 +0200 |
|---|---|---|
| committer | Mark Drobnak <mark.drobnak@gmail.com> | 2022-06-13 20:44:39 -0700 |
| commit | 4e808f87ccb706d339c9ea10c3c9a9c9fd7fc6cb (patch) | |
| tree | fe1be89ab4da7ec631c4c4d7bd6f824d95c29da4 /library/std/src/os/unix/mod.rs | |
| parent | 3bdec3c8abdc48e46715d7b14b764af28da1cee3 (diff) | |
| download | rust-4e808f87ccb706d339c9ea10c3c9a9c9fd7fc6cb.tar.gz rust-4e808f87ccb706d339c9ea10c3c9a9c9fd7fc6cb.zip | |
Horizon OS STD support
Co-authored-by: Ian Chamberlain <ian.h.chamberlain@gmail.com> Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com>
Diffstat (limited to 'library/std/src/os/unix/mod.rs')
| -rw-r--r-- | library/std/src/os/unix/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/os/unix/mod.rs b/library/std/src/os/unix/mod.rs index 7b8ca79eeb8..cef546487f3 100644 --- a/library/std/src/os/unix/mod.rs +++ b/library/std/src/os/unix/mod.rs @@ -51,6 +51,8 @@ mod platform { pub use crate::os::fuchsia::*; #[cfg(target_os = "haiku")] pub use crate::os::haiku::*; + #[cfg(target_os = "horizon")] + pub use crate::os::horizon::*; #[cfg(target_os = "illumos")] pub use crate::os::illumos::*; #[cfg(target_os = "ios")] |
