We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff3750 commit 1344803Copy full SHA for 1344803
1 file changed
library/std/src/sys/thread/unix.rs
@@ -731,7 +731,7 @@ pub fn sleep_until(deadline: crate::time::Instant) {
731
}
732
733
734
-#[cfg(target_vendor = "apple")]
+#[cfg(any(target_vendor = "apple", target_os = "fuchsia"))]
735
pub fn sleep_until(deadline: crate::time::Instant) {
736
unsafe extern "C" {
737
// This is defined in the public header mach/mach_time.h alongside
0 commit comments