summaryrefslogtreecommitdiff
path: root/include/sys/ttydefaults.h
AgeCommit message (Collapse)AuthorLines
2020-01-29fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker-5/+0
_POSIX_VDISABLE is only visible if unistd.h has already been included, so conditional use of it here makes no sense. the value is always 0 anyway; it does not vary.
2020-01-29fix unprotected macro argument in sys/ttydefaults.hRich Felker-1/+1
2013-07-03add legacy sys/ttydefaults.h headerrofl0r-0/+39