We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057582d commit 1d2d57eCopy full SHA for 1d2d57e
include/sys/termios.h
@@ -156,8 +156,8 @@
156
157
/* Line Control constants for use with tcflush(): */
158
#define TCIFLUSH 1 /**< Flush pending input. Flush un-transmitted output. */
159
-#define TCIOFLUSH 2 /**< Flush both pending input and un-transmitted output. */
160
-#define TCOFLUSH 3 /**< Flush un-transmitted output. */
+#define TCOFLUSH 2 /**< Flush un-transmitted output. */
+#define TCIOFLUSH 3 /**< Flush both pending input and un-transmitted output. */
161
162
/* constants for use with tcflow(): */
163
#define TCIOFF 0 /**< Transmit a STOP character, intended to suspend input data. */
0 commit comments