[][src]Function linux::syscall::uname

pub fn uname(buf: &mut new_utsname) -> c_int

Retrieves string-style information about the system.

[argument, buf] The place in which the information will be stored.

[return_value] Returns success or an error value.

= See also

  • link:man:uname(2)