OSDN Git Service

Fix termios handling. Now synced with behavior of GNU libc.
authorEric Andersen <andersen@codepoet.org>
Mon, 15 Jan 2001 18:16:14 +0000 (18:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 15 Jan 2001 18:16:14 +0000 (18:16 -0000)
commit6fce1235bea41b65a0b7a978c65b908c736365d4
tree87f187b31b047b77f09d7581affbe2a032b36ced
parent5d83a25c29718b926ed547abf9131ffbbd35bc95
Fix termios handling.  Now synced with behavior of GNU libc.
 -Erik
include/termios.h
libc/sysdeps/linux/arm/bits/termios.h [new file with mode: 0644]
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/i386/bits/termios.h [new file with mode: 0644]
libc/termios/Makefile
libc/termios/kernel_termios.h [new file with mode: 0644]
libc/termios/tcgetattr.c [new file with mode: 0644]
libc/termios/tcgetsid.c [new file with mode: 0644]
libc/termios/tcsetattr.c [new file with mode: 0644]
libc/termios/termios.c