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 bbed813 commit cf59069Copy full SHA for cf59069
src/unix/notbsd/linux/mod.rs
@@ -621,8 +621,11 @@ pub const F_TEST: ::c_int = 3;
621
pub const F_TLOCK: ::c_int = 2;
622
pub const F_ULOCK: ::c_int = 0;
623
624
+#[cfg(any(target_arch="x86_64", target_arch="x86"))]
625
pub const IFF_LOWER_UP: ::c_int = 0x10000;
626
627
pub const IFF_DORMANT: ::c_int = 0x20000;
628
629
pub const IFF_ECHO: ::c_int = 0x40000;
630
631
pub const ST_RDONLY: ::c_ulong = 1;
0 commit comments