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