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