#include <errno.h>
#define setgroups(n, s) (errno = ENOSYS, -1)
