1#![cfg(any(target_os = "linux", target_os = "freebsd"))] 2mod linux; 3 4pub use linux::current_platform;