Function lrs::syscall::uname

Retrieves string-style information about the system.

Syntax

fn uname(buf: &mut new_utsname) -> i32

Arguments

NameDescription
buf

The place in which the information will be stored.

Return value

Returns success or an error value.

See also