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 3d0b15b commit e9abac9Copy full SHA for e9abac9
src/unix/linux_like/linux/gnu/mod.rs
@@ -1065,8 +1065,8 @@ pub const ELFOSABI_ARM_AEABI: u8 = 64;
1065
1066
// linux/sched.h
1067
pub const CLONE_NEWTIME: ::c_int = 0x80;
1068
-pub const CLONE_CLEAR_SIGHAND: ::c_int = 0x100000000;
1069
-pub const CLONE_INTO_CGROUP: ::c_int = 0x200000000;
+pub const CLONE_CLEAR_SIGHAND: ::c_ulonglong = 0x100000000;
+pub const CLONE_INTO_CGROUP: ::c_ulonglong = 0x200000000;
1070
1071
// linux/keyctl.h
1072
pub const KEYCTL_DH_COMPUTE: u32 = 23;
0 commit comments