Skip to content

Commit bf16683

Browse files
committed
2 parents 8a7eb7f + a45b71b commit bf16683

File tree

1 file changed

+5
-0
lines changed
  • src/unix/linux_like/linux/uclibc/mips

1 file changed

+5
-0
lines changed

src/unix/linux_like/linux/uclibc/mips/mod.rs

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pub const EL2HLT: ::c_int = 44;
7676
pub const EBADE: ::c_int = 50;
7777
pub const EBADR: ::c_int = 51;
7878
pub const EXFULL: ::c_int = 52;
79+
pub const FFDLY: ::c_int = 0o0100000;
7980
pub const ENOANO: ::c_int = 53;
8081
pub const EBADRQC: ::c_int = 54;
8182
pub const EBADSLT: ::c_int = 55;
@@ -151,6 +152,8 @@ pub const MAP_POPULATE: ::c_int = 0x10000;
151152
pub const MAP_NONBLOCK: ::c_int = 0x20000;
152153
pub const MAP_STACK: ::c_int = 0x40000;
153154

155+
pub const NLDLY: ::tcflag_t = 0o0000400;
156+
154157
pub const SOCK_STREAM: ::c_int = 2;
155158
pub const SOCK_DGRAM: ::c_int = 1;
156159
pub const SOCK_SEQPACKET: ::c_int = 5;
@@ -211,6 +214,8 @@ pub const RTLD_GLOBAL: ::c_int = 0x4;
211214

212215
pub const SIGSTKSZ: ::size_t = 8192;
213216
pub const CBAUD: ::tcflag_t = 0o0010017;
217+
pub const CBAUDEX: ::tcflag_t = 0o0010000;
218+
pub const CIBAUD: ::tcflag_t = 0o002003600000;
214219
pub const TAB1: ::tcflag_t = 0x00000800;
215220
pub const TAB2: ::tcflag_t = 0x00001000;
216221
pub const TAB3: ::tcflag_t = 0x00001800;

0 commit comments

Comments
 (0)