We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58c1f4 commit 3e05cf2Copy full SHA for 3e05cf2
libc-test/semver/linux.txt
@@ -1305,6 +1305,7 @@ IP_XFRM_POLICY
1305
ITIMER_PROF
1306
ITIMER_REAL
1307
ITIMER_VIRTUAL
1308
+IUCLC
1309
IUTF8
1310
IWEVASSOCREQIE
1311
IWEVASSOCRESPIE
src/unix/linux_like/mod.rs
@@ -1098,6 +1098,7 @@ pub const ISTRIP: crate::tcflag_t = 0x00000020;
1098
pub const INLCR: crate::tcflag_t = 0x00000040;
1099
pub const IGNCR: crate::tcflag_t = 0x00000080;
1100
pub const ICRNL: crate::tcflag_t = 0x00000100;
1101
+pub const IUCLC: crate::tcflag_t = 0x00000200;
1102
pub const IXANY: crate::tcflag_t = 0x00000800;
1103
pub const IMAXBEL: crate::tcflag_t = 0x00002000;
1104
pub const OPOST: crate::tcflag_t = 0x1;
0 commit comments