summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/termios.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/termios.c b/Modules/termios.c
index 1d97a3a..c4f0fd9 100644
--- a/Modules/termios.c
+++ b/Modules/termios.c
@@ -840,6 +840,9 @@ static struct constant {
#ifdef CDSR_OFLOW
{"CDSR_OFLOW", CDSR_OFLOW},
#endif
+#ifdef CCTS_OFLOW
+ {"CCTS_OFLOW", CCTS_OFLOW},
+#endif
#ifdef CCAR_OFLOW
{"CCAR_OFLOW", CCAR_OFLOW},
#endif
@@ -912,7 +915,7 @@ static struct constant {
{"VSTOP", VSTOP},
{"VSUSP", VSUSP},
#ifdef VDSUSP
- {"VDSUSP", VREPRINT},
+ {"VDSUSP", VDSUSP},
#endif
{"VEOL", VEOL},
#ifdef VREPRINT