summaryrefslogtreecommitdiff
path: root/src/termios/IGNBRK.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-11 20:41:23 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-11 20:41:23 -0500
commit0e45c672ca5ae69f880304e1a57063525abbc854 (patch)
treed2e4b8a101747a119b40b0423fff0d891740407f /src/termios/IGNBRK.c
parentdddfbcda063a75f6b666d6eacccdee1f42687d0d (diff)
set to bitwise distinct values
Diffstat (limited to 'src/termios/IGNBRK.c')
-rw-r--r--src/termios/IGNBRK.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/IGNBRK.c b/src/termios/IGNBRK.c
index 00003681..8b32621e 100644
--- a/src/termios/IGNBRK.c
+++ b/src/termios/IGNBRK.c
@@ -1,5 +1,5 @@
#include <termios.h>
-#define IGNBRK /* TBD */
+#define IGNBRK (1<<2)
/*
POSIX(1)
*/