mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
missing limit LOGIN_NAME_MAX
This commit is contained in:
@ -63,6 +63,7 @@
|
||||
#define SEM_NSEMS_MAX 256
|
||||
#define DELAYTIMER_MAX 0x7fffffff
|
||||
#define MQ_PRIO_MAX 32768
|
||||
#define LOGIN_NAME_MAX 256
|
||||
|
||||
/* Arbitrary numbers... */
|
||||
|
||||
|
Reference in New Issue
Block a user