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 2dc7cfe + f6e0a37 commit 7a7138dCopy full SHA for 7a7138d
src/unix/linux_like/android/mod.rs
@@ -992,6 +992,10 @@ 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 IFF_LOWER_UP: ::c_int = 0x10000;
996
+pub const IFF_DORMANT: ::c_int = 0x20000;
997
+pub const IFF_ECHO: ::c_int = 0x40000;
998
+
999
pub const PTHREAD_MUTEX_NORMAL: ::c_int = 0;
1000
pub const PTHREAD_MUTEX_RECURSIVE: ::c_int = 1;
1001
pub const PTHREAD_MUTEX_ERRORCHECK: ::c_int = 2;
0 commit comments