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 be45368 commit 3e28d99Copy full SHA for 3e28d99
src/unix/linux_like/linux/musl/b64/powerpc64.rs
@@ -641,8 +641,8 @@ pub const SYS_process_mrelease: c_long = 448;
641
pub const SYS_futex_waitv: c_long = 449;
642
pub const SYS_set_mempolicy_home_node: c_long = 450;
643
644
-pub const EDEADLK: c_int = 58;
645
-pub const EDEADLOCK: c_int = EDEADLK;
+pub const EDEADLK: c_int = 35;
+pub const EDEADLOCK: c_int = 58;
646
647
pub const EXTPROC: crate::tcflag_t = 0x10000000;
648
pub const VEOL: usize = 6;
0 commit comments