summaryrefslogtreecommitdiffstats
path: root/libc/termios/tcsetattr.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-5/+9
| | | | missing headers, other jump relocs removed
* Use internal versionsPeter S. Mazinger2005-12-081-2/+2
|
* Hide morePeter S. Mazinger2005-12-071-1/+2
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-091-59/+57
| | | | -Erik
* Rework termios wrapping code to try and do the right thing.Eric Andersen2002-01-091-4/+2
| | | | -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+3
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-151-0/+120
-Erik