//! Syscall wrappers for hole punching, system configuration, hole-seeking ( ͡° ͜ʖ ͡°), file cloning
//! etc.
#![allow(unused_imports)]// There are exports here that aren't yet used (they're hardcoded instead).
#![allow(dead_code)]usesuper::*;cfg_if!{if#[cfg(target_os ="linux")]{modlinux;pubuselinux::*;}elseif#[cfg(unix)]{modbsd;pubusebsd::*;}elseif#[cfg(target_os ="windows")]{modwindows;pubuseself::windows::*;}}