Retrieves string-style information about the system.
fn uname(buf: &mut new_utsname) -> i32
The place in which the information will be stored.
Returns success or an error value.
uname(2)