increase TTY_NAME_MAX limit to 32
authorRich Felker <dalias@aerifal.cx>
Fri, 29 Nov 2013 17:45:09 +0000 (12:45 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 29 Nov 2013 17:45:09 +0000 (12:45 -0500)
commit8c8cf4bbd269d0535cad48f4088083b5a466803f
tree30861326480d7d2cdf058f71fbc2782af4e0a56a
parentcabe9aa974aca34c0fda91028c770dee96ba51dc
increase TTY_NAME_MAX limit to 32

the old value of 20 was reported by Laurent Bercot as being
insufficient for a reasonable real-world usage case. actual problem
was the internal buffer used by ttyname(), but the implementation of
ttyname uses TTY_NAME_MAX, and for consistency it's best to increase
both. the new value is aligned with glibc.
include/limits.h