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 2995d71 commit 90b2f51Copy full SHA for 90b2f51
src/unix/linux_like/android/mod.rs
@@ -853,6 +853,11 @@ pub const _SC_V7_LPBIG_OFFBIG: ::c_int = 140;
853
pub const _SC_XOPEN_STREAMS: ::c_int = 141;
854
pub const _SC_XOPEN_UUCP: ::c_int = 142;
855
856
+pub const F_LOCK: ::c_int = 1;
857
+pub const F_TEST: ::c_int = 3;
858
+pub const F_TLOCK: ::c_int = 2;
859
+pub const F_ULOCK: ::c_int = 0;
860
+
861
pub const PTHREAD_MUTEX_NORMAL: ::c_int = 0;
862
pub const PTHREAD_MUTEX_RECURSIVE: ::c_int = 1;
863
pub const PTHREAD_MUTEX_ERRORCHECK: ::c_int = 2;
0 commit comments