Changeset 87f4e9ba in rtems for cpukit/libcsupport/src/termios.c
- Timestamp:
- 10/10/11 03:47:56 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 48943dc
- Parents:
- a32a86e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/termios.c
ra32a86e r87f4e9ba 670 670 /* check, whether XOFF has been received */ 671 671 if (!(tty->flow_ctrl & FL_ORCVXOF)) { 672 (*tty->device.write)( tty->minor,673 (char *)&tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);672 (*tty->device.write)( 673 tty->minor, &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1); 674 674 } else { 675 675 /* remember that output has been stopped due to flow ctrl*/
Note: See TracChangeset
for help on using the changeset viewer.