summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.h b/defines.h
index 51fd7b3e0..1c2307090 100644
--- a/defines.h
+++ b/defines.h
@@ -89,8 +89,8 @@ enum
89# define STDERR_FILENO 2 89# define STDERR_FILENO 2
90#endif 90#endif
91 91
92#ifndef NGROUP_MAX /* Disable groupaccess if NGROUP_MAX is not set */ 92#ifndef NGROUPS_MAX /* Disable groupaccess if NGROUP_MAX is not set */
93#define NGROUP_MAX 0 93#define NGROUPS_MAX 0
94#endif 94#endif
95 95
96#ifndef O_NONBLOCK /* Non Blocking Open */ 96#ifndef O_NONBLOCK /* Non Blocking Open */