* include/limits.h (TTY_NAME_MAX): Increase size to same as linux to allow for
(at least) null terminating byte for "/dev/console".
This commit is contained in:
		| @@ -289,7 +289,7 @@ details. */ | ||||
|  | ||||
| /* Maximum number of characters in a tty name. */ | ||||
| #undef TTY_NAME_MAX | ||||
| #define TTY_NAME_MAX 12 | ||||
| #define TTY_NAME_MAX 32 | ||||
|  | ||||
| /* Maximum number of bytes supported for the name of a timezone (not of the TZ variable).  Not implemented. */ | ||||
| #undef TZNAME_MAX | ||||
|   | ||||
		Reference in New Issue
	
	Block a user