File tree Expand file tree Collapse file tree 13 files changed +7
-6
lines changed
Expand file tree Collapse file tree 13 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3135,6 +3135,7 @@ WUNTRACED
31353135W_EXITCODE
31363136W_OK
31373137W_STOPCODE
3138+ XCASE
31383139XFS_SUPER_MAGIC
31393140XTABS
31403141X_OK
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ TIOCCBRK
119119TIOCGRS485
120120TIOCSBRK
121121TIOCSRS485
122- XCASE
123122flock64
124123max_align_t
125124mcontext_t
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ SYS_utimes
9999SYS_vfork
100100TIOCCBRK
101101TIOCSBRK
102- XCASE
103102__psw_t
104103flock64
105104fpreg_t
Original file line number Diff line number Diff line change @@ -3639,6 +3639,7 @@ W_EXITCODE
36393639W_STOPCODE
36403640XATTR_CREATE
36413641XATTR_REPLACE
3642+ XCASE
36423643XDP_COPY
36433644XDP_MMAP_OFFSETS
36443645XDP_OPTIONS
Original file line number Diff line number Diff line change @@ -1421,6 +1421,7 @@ pub const TABDLY: crate::tcflag_t = 0o014000;
14211421pub const BSDLY : crate :: tcflag_t = 0o020000 ;
14221422pub const FFDLY : crate :: tcflag_t = 0o100000 ;
14231423pub const VTDLY : crate :: tcflag_t = 0o040000 ;
1424+ pub const XCASE : crate :: tcflag_t = 0o000004 ;
14241425pub const XTABS : crate :: tcflag_t = 0o014000 ;
14251426
14261427pub const B0 : crate :: speed_t = 0o000000 ;
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ pub const TIOCM_DSR: c_int = 0x100;
273273pub const BOTHER : crate :: speed_t = 0o010000 ;
274274pub const IBSHIFT : crate :: tcflag_t = 16 ;
275275pub const IUCLC : crate :: tcflag_t = 0o0001000 ;
276+ pub const XCASE : crate :: tcflag_t = 0o0000004 ;
276277
277278// RLIMIT Constants
278279
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ pub const TIOCM_DSR: c_int = 0x400;
243243pub const BOTHER : crate :: speed_t = 0o010000 ;
244244pub const IBSHIFT : crate :: tcflag_t = 16 ;
245245pub const IUCLC : crate :: tcflag_t = 0o0001000 ;
246+ pub const XCASE : crate :: tcflag_t = 0o0000004 ;
246247
247248// RLIMIT Constants
248249
Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ pub const TIOCM_DSR: c_int = 0x100;
228228pub const BOTHER : crate :: speed_t = 0o0037 ;
229229pub const IBSHIFT : crate :: tcflag_t = 16 ;
230230pub const IUCLC : crate :: tcflag_t = 0o0010000 ;
231+ pub const XCASE : crate :: tcflag_t = 0o0040000 ;
231232
232233// RLIMIT Constants
233234
Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ pub const TIOCM_DSR: c_int = 0x100;
214214pub const BOTHER : crate :: speed_t = 0x1000 ;
215215pub const IBSHIFT : crate :: tcflag_t = 16 ;
216216pub const IUCLC : crate :: tcflag_t = 0o0001000 ;
217+ pub const XCASE : crate :: tcflag_t = 0o0000004 ;
217218
218219// RLIMIT Constants
219220
Original file line number Diff line number Diff line change @@ -914,7 +914,6 @@ pub const ECHOPRT: crate::tcflag_t = 0x00000400;
914914pub const ECHOCTL : crate :: tcflag_t = 0x00000200 ;
915915pub const ISIG : crate :: tcflag_t = 0x00000001 ;
916916pub const ICANON : crate :: tcflag_t = 0x00000002 ;
917- pub const XCASE : crate :: tcflag_t = 0x00000004 ;
918917pub const PENDIN : crate :: tcflag_t = 0x00004000 ;
919918pub const NOFLSH : crate :: tcflag_t = 0x00000080 ;
920919
You can’t perform that action at this time.
0 commit comments