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/sparc | |
parent | b6f10974a7ec44f233d0bb071d9027eba9389d7d (diff) | |
download | glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar.gz glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar.xz glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.zip |
Add IUTF8.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/termios.h b/sysdeps/unix/sysv/linux/sparc/bits/termios.h index 409ed233d6..16f76dfa54 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/termios.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/termios.h @@ -73,6 +73,7 @@ struct termios #define IXANY 0x00000800 #define IXOFF 0x00001000 #define IMAXBEL 0x00002000 +#define IUTF8 0x00004000 /* c_oflag bits */ #define OPOST 0x00000001 |