]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define NGROUPS.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 17:26:12 +0000 (17:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 17:26:12 +0000 (17:26 +0000)
sysdeps/unix/sysv/aix/sys/param.h

index e128d8d60bb402ec7520d0c86e2aac43647b6e04..66f2127fbe9907664de8002de47087cc341098f1 100644 (file)
@@ -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))