File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/unix/linux_like/linux/uclibc/mips Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ pub const EL2HLT: ::c_int = 44;
7676pub const EBADE : :: c_int = 50 ;
7777pub const EBADR : :: c_int = 51 ;
7878pub const EXFULL : :: c_int = 52 ;
79+ pub const FFDLY : :: c_int = 0o0100000 ;
7980pub const ENOANO : :: c_int = 53 ;
8081pub const EBADRQC : :: c_int = 54 ;
8182pub const EBADSLT : :: c_int = 55 ;
@@ -151,6 +152,8 @@ pub const MAP_POPULATE: ::c_int = 0x10000;
151152pub const MAP_NONBLOCK : :: c_int = 0x20000 ;
152153pub const MAP_STACK : :: c_int = 0x40000 ;
153154
155+ pub const NLDLY : :: tcflag_t = 0o0000400 ;
156+
154157pub const SOCK_STREAM : :: c_int = 2 ;
155158pub const SOCK_DGRAM : :: c_int = 1 ;
156159pub const SOCK_SEQPACKET : :: c_int = 5 ;
@@ -211,6 +214,8 @@ pub const RTLD_GLOBAL: ::c_int = 0x4;
211214
212215pub const SIGSTKSZ : :: size_t = 8192 ;
213216pub const CBAUD : :: tcflag_t = 0o0010017 ;
217+ pub const CBAUDEX : :: tcflag_t = 0o0010000 ;
218+ pub const CIBAUD : :: tcflag_t = 0o002003600000 ;
214219pub const TAB1 : :: tcflag_t = 0x00000800 ;
215220pub const TAB2 : :: tcflag_t = 0x00001000 ;
216221pub const TAB3 : :: tcflag_t = 0x00001800 ;
You can’t perform that action at this time.
0 commit comments