1/// `sysinfo` 2pub type Sysinfo = linux_raw_sys::system::sysinfo; 3 4pub(crate) type RawUname = linux_raw_sys::system::new_utsname;