mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
foo
This commit is contained in:
parent
cd97c96688
commit
4338511686
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user