mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
the list parameter should be a multi-item pointer rather than a single-item pointer. see: https://linux.die.net/man/2/setgroups > setgroups() sets the supplementary group IDs for the calling process... > the size argument specifies the number of supplementary group IDs in the buffer pointed to by list.