aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-31 08:53:30 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-31 08:53:30 +0000
commita6f205b50717b9e63f89c686596a622a9bf6df25 (patch)
tree0215c5dc1c5ae89bd7e77646a806e8b33ba56280 /sysdeps/unix/sysv/linux/mips
parentb6f10974a7ec44f233d0bb071d9027eba9389d7d (diff)
downloadglibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar
glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar.gz
glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.tar.bz2
glibc-a6f205b50717b9e63f89c686596a622a9bf6df25.zip
Add IUTF8.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/termios.h1
1 files changed, 1 insertions, 0 deletions
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. */