//! Time-related operations.
modclock;#[cfg(any(linux_kernel, target_os ="fuchsia"))]modtimerfd;// TODO: Convert WASI'S clock APIs to use handles rather than ambient clock
// identifiers, update `wasi-libc`, and then add support in `rustix`.
pubuseclock::*;#[cfg(any(linux_kernel, target_os ="fuchsia"))]pubusetimerfd::*;