Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-08-11 11:28:22 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-08-11 11:28:22 +0400
commitb1ce1770ea256a9a2e88c4d0be902322899fe42d (patch)
treeb15cce23b644e88438c23a89b6b2674f2ca108b2 /winsup/cygwin/include/sys
parent12fa1497c16b3ea003b713529b13cfda9427559a (diff)
* include/limits.h (NGROUPS_MAX): Set to a more sane value.
* include/sys/param.h (NGROUPS): Ditto.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r--winsup/cygwin/include/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/param.h b/winsup/cygwin/include/sys/param.h
index 00a9b5ef8..c84ea5a04 100644
--- a/winsup/cygwin/include/sys/param.h
+++ b/winsup/cygwin/include/sys/param.h
@@ -19,7 +19,7 @@
#define NOFILE 8192
/* Max number of groups; must keep in sync with NGROUPS_MAX in limits.h */
-#define NGROUPS 16
+#define NGROUPS 1024
/* Ticks/second for system calls such as times() */
/* FIXME: is this the appropriate value? */