diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-31 08:53:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-31 08:53:29 +0000 |
commit | 635d5fe3883bd4cfab7bab919ba2b18897fb97ba (patch) | |
tree | 9137ae41ee97ec5669c5ff5144319a95f942e2b7 /sysdeps/unix | |
parent | 2b89b1957dd0a036b99c34b3d8b0c1d57633ddc8 (diff) | |
download | glibc-635d5fe3883bd4cfab7bab919ba2b18897fb97ba.tar glibc-635d5fe3883bd4cfab7bab919ba2b18897fb97ba.tar.gz glibc-635d5fe3883bd4cfab7bab919ba2b18897fb97ba.tar.bz2 glibc-635d5fe3883bd4cfab7bab919ba2b18897fb97ba.zip |
Add IUTF8.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/termios.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/termios.h | 1 |
2 files changed, 2 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 */ diff --git a/sysdeps/unix/sysv/linux/mips/bits/termios.h b/sysdeps/unix/sysv/linux/mips/bits/termios.h index 546faa020e..4ff6e37ad6 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/termios.h +++ b/sysdeps/unix/sysv/linux/mips/bits/termios.h @@ -73,6 +73,7 @@ struct termios #define IXANY 0004000 /* Any character will restart after stop. */ #define IXOFF 0010000 /* Enable start/stop input control. */ #define IMAXBEL 0020000 /* Ring bell when input queue is full. */ +#define IUTF8 0040000 /* Input is UTF8. */ /* c_oflag bits */ #define OPOST 0000001 /* Perform output processing. */ |