summaryrefslogtreecommitdiff
path: root/include/sys/ttydefaults.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker1-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 Felker1-1/+1
2013-07-03add legacy sys/ttydefaults.h headerrofl0r1-0/+39