//! Re-export of the libc crate with missing items added
//!//! Items should be upstreamed if possible.
pubuselibc::*;usecfg_if::cfg_if;#[cfg(target_os ="dragonfly")]extern"C"{pubfn__errno_location()->*mut c_int;}cfg_if!{if#[cfg(target_os ="linux")]{modlinux;pubuselinux::*;}}