]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/sys_common/thread_parker/mod.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / library / std / src / sys_common / thread_parker / mod.rs
index cbd7832eb7a4c8e0a1cc932a3463d6c6d1249da1..f86a9a555d322e02c08c885aadcd4af194795921 100644 (file)
@@ -7,6 +7,7 @@ cfg_if::cfg_if! {
         target_os = "openbsd",
         target_os = "dragonfly",
         target_os = "fuchsia",
+        target_os = "hermit",
     ))] {
         mod futex;
         pub use futex::Parker;