diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-01-11 02:05:19 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-01-12 19:42:39 +0100 |
commit | bc1a8d2ae3837a7303f14d381a4c37218f0c8fcb (patch) | |
tree | 464a0e2f27c9f0d805a0721a0a0d859c173e87e6 /arch/microblaze/bits/termios.h | |
parent | 73bb048951cc7e6ccd493702834d5c59b219e9be (diff) | |
download | musl-bc1a8d2ae3837a7303f14d381a4c37218f0c8fcb.tar.gz musl-bc1a8d2ae3837a7303f14d381a4c37218f0c8fcb.tar.xz musl-bc1a8d2ae3837a7303f14d381a4c37218f0c8fcb.zip |
add missing EXTPROC flag to bits/termios.h
mips and powerpc already had this termios flag defined
Diffstat (limited to 'arch/microblaze/bits/termios.h')
-rw-r--r-- | arch/microblaze/bits/termios.h | 1 |
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 |