We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c55f27 commit f26bfe4Copy full SHA for f26bfe4
Modules/termios.c
@@ -840,6 +840,9 @@ static struct constant {
840
#ifdef CDSR_OFLOW
841
{"CDSR_OFLOW", CDSR_OFLOW},
842
#endif
843
+#ifdef CCTS_OFLOW
844
+ {"CCTS_OFLOW", CCTS_OFLOW},
845
+#endif
846
#ifdef CCAR_OFLOW
847
{"CCAR_OFLOW", CCAR_OFLOW},
848
@@ -912,7 +915,7 @@ static struct constant {
912
915
{"VSTOP", VSTOP},
913
916
{"VSUSP", VSUSP},
914
917
#ifdef VDSUSP
- {"VDSUSP", VREPRINT},
918
+ {"VDSUSP", VDSUSP},
919
920
{"VEOL", VEOL},
921
#ifdef VREPRINT
0 commit comments