diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-31 08:53:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-31 08:53:30 +0000 |
commit | a6f205b50717b9e63f89c686596a622a9bf6df25 (patch) | |
tree | 0215c5dc1c5ae89bd7e77646a806e8b33ba56280 /sysdeps/unix/sysv/linux/alpha | |
parent | b6f10974a7ec44f233d0bb071d9027eba9389d7d (diff) | |
download | glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar.gz glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar.xz glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.zip |
Add IUTF8.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/termios.h b/sysdeps/unix/sysv/linux/alpha/bits/termios.h index 0abe34f596..f26e84c9f6 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/termios.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/termios.h @@ -77,6 +77,7 @@ struct termios # define IXANY 0004000 # define IUCLC 0010000 # define IMAXBEL 0020000 +# define IUTF8 0040000 #endif /* c_oflag bits */ |