mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
Define NGROUPS.
This commit is contained in:
parent
1fcf9f3339
commit
2b6e50c981
@ -13,6 +13,9 @@
|
||||
/* The pagesize is 4096. */
|
||||
#define EXEC_PAGESIZE 4096
|
||||
|
||||
/* maximum number of supplemental groups. */
|
||||
#define NGROUPS 32
|
||||
|
||||
/* Macros for min/max. */
|
||||
#define MIN(a,b) (((a)<(b))?(a):(b))
|
||||
#define MAX(a,b) (((a)>(b))?(a):(b))
|
||||
|
Loading…
Reference in New Issue
Block a user