1use crate::bindings; 2 3pub use bindings::linux_new_utsname; 4#[allow(non_camel_case_types)] 5pub type new_utsname = linux_new_utsname; 6unsafe impl shadow_pod::Pod for linux_new_utsname {}