[][src]Function linux::syscall::capget_v3

pub fn capget_v3(tid: c_int, buf: &mut [__user_cap_data_struct; 2]) -> c_int

Retrieves the capabilities of a thread.

[argument, tid] The thread id.

[argument, buf] The buffer in which the capabilities will be stored.

= See also

  • link:man:capget(2)