summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/newlibif.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant implementation of tcgetattr and tcsetattr.Joel Sherrill1998-04-271-20/+0
|
* Removed isatty() since we are now using newlib's implementation asJoel Sherrill1998-04-031-10/+0
| | | | a result of enabling the newlib POSIX directory.
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-221-0/+1
|
* Added include of termios.h which was accidentally left out.Joel Sherrill1997-08-011-0/+2
|
* Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1997-08-011-0/+30
| | | | | | | (Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers.
* Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1997-01-291-0/+90
should simplify the build process.