Function lrs::thread::set_supplementary_groups

Sets the supplementary groups of this thread.

Syntax

fn set_supplementary_groups(buf: &[u32]) -> Result<(), Errno>

Arguments

NameDescription
buf

The buffer which contains the new supplementary groups.