summaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-01-11 02:05:19 +0100
committerSzabolcs Nagy <nsz@port70.net>2013-01-12 19:42:39 +0100
commitbc1a8d2ae3837a7303f14d381a4c37218f0c8fcb (patch)
tree464a0e2f27c9f0d805a0721a0a0d859c173e87e6 /arch/microblaze
parent73bb048951cc7e6ccd493702834d5c59b219e9be (diff)
downloadmusl-bc1a8d2ae3837a7303f14d381a4c37218f0c8fcb.tar.gz
add missing EXTPROC flag to bits/termios.h
mips and powerpc already had this termios flag defined
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/bits/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/bits/termios.h b/arch/microblaze/bits/termios.h
index 9f6abd83..61c888f4 100644
--- a/arch/microblaze/bits/termios.h
+++ b/arch/microblaze/bits/termios.h
@@ -144,6 +144,7 @@ struct termios
#define ECHOKE 0004000
#define FLUSHO 0010000
#define PENDIN 0040000
+#define EXTPROC 0200000
#define TCOOFF 0
#define TCOON 1