about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorStefan Lankes <slankes@eonerc.rwth-aachen.de>2020-10-09 08:25:19 +0200
committerStefan Lankes <slankes@eonerc.rwth-aachen.de>2020-10-11 11:56:09 +0200
commit8d8a290c691db7a8ee566edbd485a729eb41d4ba (patch)
tree9a80d1562223d761ae3f784e28be6784d465785d /library/std/src
parent530f5754664699dee29bde6cfa99aaf861499544 (diff)
downloadrust-8d8a290c691db7a8ee566edbd485a729eb41d4ba.tar.gz
rust-8d8a290c691db7a8ee566edbd485a729eb41d4ba.zip
add hermit to the list of omit OS
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/sys/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/mod.rs b/library/std/src/sys/mod.rs
index 7b5fac922d0..b4628b64911 100644
--- a/library/std/src/sys/mod.rs
+++ b/library/std/src/sys/mod.rs
@@ -89,6 +89,7 @@ cfg_if::cfg_if! {
         #[stable(feature = "rust1", since = "1.0.0")]
         pub use self::ext as windows_ext;
     } else if #[cfg(any(target_os = "cloudabi",
+                        target_os = "hermit",
                         target_arch = "wasm32",
                         all(target_vendor = "fortanix", target_env = "sgx")))] {
         // On CloudABI and wasm right now the shim below doesn't compile, so