summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/termios.h
Commit message (Collapse)AuthorAgeFilesLines
* add BOTHER define from termios2Mike Frysinger2008-01-051-0/+1
|
* Enable all of the remaining baud rates. All of the other architectures have ↵"Steven J. Hill"2007-07-181-4/+0
| | | | them enabled, so let's go all the way. There was a quick discussion on IRC about making the max baud rate configurable. That requires a bunch of #ifdef salting throughout all of the 'termios.h' files for the pre-processor to chew on. I'm going to pass on that for now.
* Add back the 115200 limitPeter S. Mazinger2006-02-131-0/+4
|
* sync with glibcMike Frysinger2005-11-091-1/+6
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+213
and to better support each arch. This is a really big patch... -Erik