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 ac02ae5 commit e7a2d7fCopy full SHA for e7a2d7f
src/backend/libc/time/syscalls.rs
@@ -160,7 +160,7 @@ pub(crate) fn clock_gettime_dynamic(id: DynamicClockId<'_>) -> io::Result<Timesp
160
return Err(io::Errno::INVAL);
161
}
162
163
- #[cfg(linux_kernel)]
+ #[cfg(any(linux_kernel, target_os = "fuchsia"))]
164
DynamicClockId::RealtimeAlarm => c::CLOCK_REALTIME_ALARM,
165
166
#[cfg(linux_kernel)]
0 commit comments