summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2009-10-17 03:45:53 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-11-22 11:23:44 -0800
commit87a280d3e480d9c7dccd19e2984b1f9e576e69d7 (patch)
tree23412b459ad3c59f6098976d92b293b7cb2146eb /libc
parentb88b64bd06d9c0945e53a99b6ea840f38358df99 (diff)
downloaduClibc-alpine-87a280d3e480d9c7dccd19e2984b1f9e576e69d7.tar.bz2
uClibc-alpine-87a280d3e480d9c7dccd19e2984b1f9e576e69d7.tar.xz
sync some headers and disable unused prototypes
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/mips/bits/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/bits/termios.h b/libc/sysdeps/linux/mips/bits/termios.h
index 546faa020..fb351995c 100644
--- a/libc/sysdeps/linux/mips/bits/termios.h
+++ b/libc/sysdeps/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. */