mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
instead of the constant NGROUPS_MAX. That way, the limit can be raised in the kernel configuration without having to recompile libc. * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to define NGROUPS_MAX; we don't use it here.