Merge "Add NGROUPS." into main

This commit is contained in:
Treehugger Robot 2024-04-09 19:33:36 +00:00 committed by Gerrit Code Review
commit 3db97c73a2

View file

@ -41,9 +41,12 @@
/** The unit of `st_blocks` in `struct stat`. */
#define DEV_BSIZE 512
/** A historical name for PATH_MAX. */
/** A historical name for PATH_MAX. Use PATH_MAX in new code. */
#define MAXPATHLEN PATH_MAX
/** A historical name for NGROUPS_MAX. Use NGROUPS_MAX in new code. */
#define NGROUPS NGROUPS_MAX
#define MAXSYMLINKS 8
#ifndef howmany