File tree Expand file tree Collapse file tree 11 files changed +5
-6
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 11 files changed +5
-6
lines changed 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 @@ -3638,6 +3638,7 @@ W_EXITCODE
36383638W_STOPCODE
36393639XATTR_CREATE
36403640XATTR_REPLACE
3641+ XCASE
36413642XDP_COPY
36423643XDP_MMAP_OFFSETS
36433644XDP_OPTIONS
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 XCASE : crate :: tcflag_t = 0o0000004 ;
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 XCASE : crate :: tcflag_t = 0o0000004 ;
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 XCASE : crate :: tcflag_t = 0o0040000 ;
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 XCASE : crate :: tcflag_t = 0o0000004 ;
216217
217218// RLIMIT Constants
218219
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
Original file line number Diff line number Diff line change @@ -568,7 +568,6 @@ pub const CIBAUD: crate::tcflag_t = 0o02003600000;
568568
569569pub const ISIG : crate :: tcflag_t = 0o000001 ;
570570pub const ICANON : crate :: tcflag_t = 0o000002 ;
571- pub const XCASE : crate :: tcflag_t = 0o000004 ;
572571pub const ECHOE : crate :: tcflag_t = 0o000020 ;
573572pub const ECHOK : crate :: tcflag_t = 0o000040 ;
574573pub const ECHONL : crate :: tcflag_t = 0o000100 ;
Original file line number Diff line number Diff line change @@ -626,7 +626,6 @@ pub const ECHOPRT: crate::tcflag_t = 0x00000400;
626626pub const ECHOCTL : crate :: tcflag_t = 0x00000200 ;
627627pub const ISIG : crate :: tcflag_t = 0x00000001 ;
628628pub const ICANON : crate :: tcflag_t = 0x00000002 ;
629- pub const XCASE : crate :: tcflag_t = 0x00000004 ;
630629pub const PENDIN : crate :: tcflag_t = 0x00004000 ;
631630pub const NOFLSH : crate :: tcflag_t = 0x00000080 ;
632631pub const CIBAUD : crate :: tcflag_t = 0o02003600000 ;
You can’t perform that action at this time.
0 commit comments