summaryrefslogtreecommitdiff
path: root/src/backend/linux_raw/time/mod.rs
blob: c42592c4f84feb17212c0308ee3852021a2698e9 (plain)
1
2
3
#[cfg(any(feature = "time", target_arch = "x86"))]
pub(crate) mod syscalls;
pub(crate) mod types;