aboutsummaryrefslogtreecommitdiff
path: root/include/sys/ttydefaults.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h•••_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. Rich Felker2020-01-291-5/+0
* fix unprotected macro argument in sys/ttydefaults.hRich Felker2020-01-291-1/+1
* add legacy sys/ttydefaults.h headerrofl0r2013-07-031-0/+39