Merge "Add NGROUPS." into main am: 3db97c73a2

Original change: https://android-review.googlesource.com/c/platform/bionic/+/3034234

Change-Id: I35c7f58477ed65d3d0913a0c9a2baa0df66d339e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-04-09 19:48:33 +00:00 committed by Automerger Merge Worker
commit a82398e133

View file

@ -41,8 +41,11 @@
/** The unit of `st_blocks` in `struct stat`. */
#define DEV_BSIZE 512
/** A historical name for PATH_MAX. */
#define MAXPATHLEN 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