mirror of git://git.musl-libc.org/musl
missing limit LOGIN_NAME_MAX
This commit is contained in:
parent
bc63e4fa2c
commit
f8ac55516d
|
@ -63,6 +63,7 @@
|
||||||
#define SEM_NSEMS_MAX 256
|
#define SEM_NSEMS_MAX 256
|
||||||
#define DELAYTIMER_MAX 0x7fffffff
|
#define DELAYTIMER_MAX 0x7fffffff
|
||||||
#define MQ_PRIO_MAX 32768
|
#define MQ_PRIO_MAX 32768
|
||||||
|
#define LOGIN_NAME_MAX 256
|
||||||
|
|
||||||
/* Arbitrary numbers... */
|
/* Arbitrary numbers... */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue