summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-23 09:38:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-28 08:51:31 +0100
commit49d8f653fba479dcd6a09ff42400696099a14bc5 (patch)
tree077e3c984cffbdc652013d3ba4fc7e3b53d9ad8a /cpukit/libcsupport/include/rtems
parenttermios: Ignore carriage return early if desired (diff)
downloadrtems-49d8f653fba479dcd6a09ff42400696099a14bc5.tar.bz2
termios: Change tty_rcvwakeup to bool
Optimize callout invocation check.
Diffstat (limited to 'cpukit/libcsupport/include/rtems')
-rw-r--r--cpukit/libcsupport/include/rtems/termiostypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index 2dcaa16abd..5240b85106 100644
--- a/cpukit/libcsupport/include/rtems/termiostypes.h
+++ b/cpukit/libcsupport/include/rtems/termiostypes.h
@@ -377,7 +377,7 @@ typedef struct rtems_termios_tty {
*/
struct ttywakeup tty_snd;
struct ttywakeup tty_rcv;
- int tty_rcvwakeup;
+ bool tty_rcvwakeup;
/**
* @brief Corresponding device node.