ref: 66892eb133865ec02faa8e64cdfa2f867f9e1e87 dir: /sys/src/ape/lib/ap/plan9/getgroups.c/
#include <sys/types.h> #include <unistd.h> #include <errno.h> int getgroups(int gidsize, gid_t grouplist[]) { errno = EINVAL; return -1; }