mirror of
https://github.com/fluencelabs/musl
synced 2025-06-18 09:21:46 +00:00
missing limit LOGIN_NAME_MAX
This commit is contained in:
@ -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... */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user