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