Browse Source

missing limit LOGIN_NAME_MAX

Rich Felker 13 years ago
parent
commit
f8ac55516d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/limits.h

+ 1 - 0
include/limits.h

@@ -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... */