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 5ab4734 commit 36ef860Copy full SHA for 36ef860
src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
@@ -323,9 +323,11 @@ pub const POLLWRBAND: ::c_short = 512;
323
pub const O_ASYNC: ::c_int = 8192;
324
pub const O_NDELAY: ::c_int = 2048;
325
pub const EFD_NONBLOCK: ::c_int = 2048;
326
-pub const F_GETLK: ::c_int = 5;
327
-pub const F_GETOWN: ::c_int = 9;
328
pub const F_SETOWN: ::c_int = 8;
+pub const F_GETOWN: ::c_int = 9;
+pub const F_GETLK: ::c_int = 12;
329
+pub const F_SETLK: ::c_int = 13;
330
+pub const F_SETLKW: ::c_int = 14;
331
pub const SFD_NONBLOCK: ::c_int = 2048;
332
pub const TCSANOW: ::c_int = 0;
333
pub const TCSADRAIN: ::c_int = 1;
0 commit comments