mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03: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.