File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1064,6 +1064,7 @@ IP_XFRM_POLICY
10641064ISIG
10651065ISOFS_SUPER_MAGIC
10661066ISTRIP
1067+ IUCLC
10671068IUTF8
10681069IXANY
10691070IXOFF
Original file line number Diff line number Diff line change @@ -1305,6 +1305,7 @@ IP_XFRM_POLICY
13051305ITIMER_PROF
13061306ITIMER_REAL
13071307ITIMER_VIRTUAL
1308+ IUCLC
13081309IUTF8
13091310IWEVASSOCREQIE
13101311IWEVASSOCRESPIE
Original file line number Diff line number Diff line change @@ -1389,6 +1389,7 @@ pub const VSTART: usize = 8;
13891389pub const VSTOP : usize = 9 ;
13901390pub const VDISCARD : usize = 13 ;
13911391pub const VTIME : usize = 5 ;
1392+ pub const IUCLC : crate :: tcflag_t = 0x00000200 ;
13921393pub const IXON : crate :: tcflag_t = 0x00000400 ;
13931394pub const IXOFF : crate :: tcflag_t = 0x00001000 ;
13941395pub const ONLCR : crate :: tcflag_t = 0x4 ;
Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ pub const TIOCM_DSR: c_int = 0x100;
272272
273273pub const BOTHER : crate :: speed_t = 0o010000 ;
274274pub const IBSHIFT : crate :: tcflag_t = 16 ;
275+ pub const IUCLC : crate :: tcflag_t = 0o0001000 ;
275276
276277// RLIMIT Constants
277278
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ pub const TIOCM_DSR: c_int = 0x400;
242242
243243pub const BOTHER : crate :: speed_t = 0o010000 ;
244244pub const IBSHIFT : crate :: tcflag_t = 16 ;
245+ pub const IUCLC : crate :: tcflag_t = 0o0001000 ;
245246
246247// RLIMIT Constants
247248
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ pub const TIOCM_DSR: c_int = 0x100;
227227
228228pub const BOTHER : crate :: speed_t = 0o0037 ;
229229pub const IBSHIFT : crate :: tcflag_t = 16 ;
230+ pub const IUCLC : crate :: tcflag_t = 0o0010000 ;
230231
231232// RLIMIT Constants
232233
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ pub const TIOCM_DSR: c_int = 0x100;
213213
214214pub const BOTHER : crate :: speed_t = 0x1000 ;
215215pub const IBSHIFT : crate :: tcflag_t = 16 ;
216+ pub const IUCLC : crate :: tcflag_t = 0o0001000 ;
216217
217218// RLIMIT Constants
218219
You can’t perform that action at this time.
0 commit comments