summaryrefslogtreecommitdiff
path: root/src/termios/IGNBRK.c
diff options
context:
space:
mode:
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 8b32621e..6be3a34c 100644
--- a/src/termios/IGNBRK.c
+++ b/src/termios/IGNBRK.c
@@ -1,5 +1,5 @@
#include <termios.h>
-#define IGNBRK (1<<2)
+#define IGNBRK (1<<6)
/*
POSIX(1)
*/