mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 02:57:14 +08:00
* Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
*** TERMIOS 02 TEST ***
|
|
tcdrain(12) - EBADF
|
|
tcdrain(stdin) - OK
|
|
tcdrain(stdout) - OK
|
|
tcdrain(stderr) - OK
|
|
*** END OF TERMIOS 02 TEST ***
|