add IUTF8 to termios.h on archs that were missing it
[musl] / arch / i386 / bits / termios.h
index e9494be..f0d81b1 100644 (file)
@@ -42,6 +42,7 @@ struct termios
 #define IXANY   0004000
 #define IXOFF   0010000
 #define IMAXBEL 0020000
+#define IUTF8   0040000
 
 #define OPOST  0000001
 #define OLCUC  0000002