summaryrefslogtreecommitdiff
path: root/src/termios/CSTOPB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termios/CSTOPB.c')
-rw-r--r--src/termios/CSTOPB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/CSTOPB.c b/src/termios/CSTOPB.c
index 05cefcad..91464877 100644
--- a/src/termios/CSTOPB.c
+++ b/src/termios/CSTOPB.c
@@ -1,5 +1,5 @@
#include <termios.h>
-#define CSTOPB /* TBD */
+#define CSTOPB (1<<2)
/*
POSIX(1)
*/