Jonathan Marler aceb7e18bd std.os.linux: fix signature of setgroups
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.
2022-05-13 17:46:56 +02:00
..
2021-11-09 07:08:27 -05:00
2022-04-19 19:51:19 -04:00
2021-11-09 07:08:27 -05:00