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 72d9121 + 5a2297e commit 48d4aecCopy full SHA for 48d4aec
src/unix/redox/mod.rs
@@ -278,6 +278,10 @@ pub const PATH_MAX: ::c_int = 4096;
278
pub const F_GETLK: ::c_int = 5;
279
pub const F_SETLK: ::c_int = 6;
280
pub const F_SETLKW: ::c_int = 7;
281
+pub const F_ULOCK: ::c_int = 0;
282
+pub const F_LOCK: ::c_int = 1;
283
+pub const F_TLOCK: ::c_int = 2;
284
+pub const F_TEST: ::c_int = 3;
285
286
// FIXME: relibc {
287
pub const RTLD_DEFAULT: *mut ::c_void = 0i64 as *mut ::c_void;
0 commit comments