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:
commit
a82398e133
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue