Merge "Add NGROUPS." into main
This commit is contained in:
commit
3db97c73a2
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue