From 49d8f653fba479dcd6a09ff42400696099a14bc5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Feb 2017 09:38:54 +0100 Subject: termios: Change tty_rcvwakeup to bool Optimize callout invocation check. --- cpukit/libcsupport/include/rtems/termiostypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems') 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. -- cgit v1.2.3