1
0
mirror of https://git.musl-libc.org/git/musl synced 2025-03-21 18:12:55 +03:00

add IUTF8 to termios.h on archs that were missing it

This commit is contained in:
Rich Felker 2014-01-08 19:27:56 -05:00
parent a627eb3586
commit d18df33cb1
4 changed files with 4 additions and 0 deletions
arch
arm/bits
i386/bits
microblaze/bits
x86_64/bits

@ -42,6 +42,7 @@ struct termios
#define IXANY 0004000
#define IXOFF 0010000
#define IMAXBEL 0020000
#define IUTF8 0040000
#define OPOST 0000001
#define OLCUC 0000002

@ -42,6 +42,7 @@ struct termios
#define IXANY 0004000
#define IXOFF 0010000
#define IMAXBEL 0020000
#define IUTF8 0040000
#define OPOST 0000001
#define OLCUC 0000002

@ -42,6 +42,7 @@ struct termios
#define IXANY 0004000
#define IXOFF 0010000
#define IMAXBEL 0020000
#define IUTF8 0040000
#define OPOST 0000001
#define OLCUC 0000002

@ -42,6 +42,7 @@ struct termios
#define IXANY 0004000
#define IXOFF 0010000
#define IMAXBEL 0020000
#define IUTF8 0040000
#define OPOST 0000001
#define OLCUC 0000002