add consistent reserved fields in mips64/n32 termios structures
[oweals/musl.git] / arch / mipsn32 / bits / termios.h
index 3a7d5a139be4ef9d9ed26c06d0bb49c0faaeca68..b19d48673cde38ded848aea94a959ed2051cfc99 100644 (file)
@@ -5,6 +5,8 @@ struct termios {
        tcflag_t c_lflag;
        cc_t c_line;
        cc_t c_cc[NCCS];
+       speed_t __c_ispeed;
+       speed_t __c_ospeed;
 };
 
 #define VINTR     0