mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
foo
This commit is contained in:
@@ -35,8 +35,12 @@
|
||||
for the values which are not statically limited, such as NOFILE. */
|
||||
|
||||
#define NBBY CHAR_BIT
|
||||
#define NGROUPS NGROUPS_MAX
|
||||
#define MAXSYMLINKS SYMLOOP_MAX
|
||||
#ifdef NGROUPS_MAX
|
||||
# define NGROUPS NGROUPS_MAX
|
||||
#endif
|
||||
#ifdef SYMLOOP_MAX
|
||||
# define MAXSYMLINKS SYMLOOP_MAX
|
||||
#endif
|
||||
#define CANBSIZ MAX_CANON /* XXX ? */
|
||||
|
||||
/* ARG_MAX is unlimited, but we define NCARGS for BSD programs that want to
|
||||
|
||||
Reference in New Issue
Block a user