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 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)
*/