about summary refs log tree commit diff
path: root/include/sys/ttydefaults.h
Commit message (Collapse)AuthorAgeFilesLines
* fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker2020-01-291-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.
* fix unprotected macro argument in sys/ttydefaults.hRich Felker2020-01-291-1/+1
|
* add legacy sys/ttydefaults.h headerrofl0r2013-07-031-0/+39