//! Functions with a common interface that rely on system calls.
#![allow(unsafe_code)]// We're interfacing with system calls.
#[cfg(feature ="local-offset")]modlocal_offset_at;#[cfg(feature ="local-offset")]pub(crate)uselocal_offset_at::local_offset_at;