]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/mod.rs
Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514
[rust.git] / library / std / src / os / mod.rs
index 18c64b51007647b3d2683147f204af06db49ff65..42773805cdb6d84691cf122f1aeea5e4f27cc8f0 100644 (file)
@@ -145,9 +145,11 @@ pub mod windows {}
 pub mod solid;
 #[cfg(target_os = "vxworks")]
 pub mod vxworks;
+#[cfg(target_os = "watchos")]
+pub(crate) mod watchos;
 
 #[cfg(any(unix, target_os = "wasi", doc))]
-mod fd;
+pub mod fd;
 
 #[cfg(any(target_os = "linux", target_os = "android", doc))]
 mod net;