1//! Functions with a common interface that rely on system calls.
23#![allow(unsafe_code)] // We're interfacing with system calls.
45#[cfg(feature = "local-offset")]
6mod local_offset_at;
78#[cfg(feature = "local-offset")]
9pub(crate) use local_offset_at::local_offset_at;