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.
2 parents c55c52d + 3fabad8 commit a1286b9Copy full SHA for a1286b9
src/unix/linux_like/android/mod.rs
@@ -992,6 +992,8 @@ pub const F_TEST: ::c_int = 3;
992
pub const F_TLOCK: ::c_int = 2;
993
pub const F_ULOCK: ::c_int = 0;
994
995
+pub const F_SEAL_FUTURE_WRITE: ::c_int = 0x0010;
996
+
997
pub const IFF_LOWER_UP: ::c_int = 0x10000;
998
pub const IFF_DORMANT: ::c_int = 0x20000;
999
pub const IFF_ECHO: ::c_int = 0x40000;
0 commit comments