We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42cacf4 + a7ce06c commit 4ff646bCopy full SHA for 4ff646b
src/unix/notbsd/linux/mod.rs
@@ -384,12 +384,12 @@ pub const EFD_SEMAPHORE: ::c_int = 0x1;
384
385
pub const NCCS: usize = 32;
386
387
-pub const CLONE_NEWUTS: ::c_uint = 0x04000000;
388
-pub const CLONE_NEWIPC: ::c_uint = 0x08000000;
389
-pub const CLONE_NEWUSER: ::c_uint = 0x10000000;
390
-pub const CLONE_NEWPID: ::c_uint = 0x20000000;
391
-pub const CLONE_NEWNET: ::c_uint = 0x40000000;
392
-pub const CLONE_IO: ::c_uint = 0x80000000;
+pub const CLONE_NEWUTS: ::c_int = 0x04000000;
+pub const CLONE_NEWIPC: ::c_int = 0x08000000;
+pub const CLONE_NEWUSER: ::c_int = 0x10000000;
+pub const CLONE_NEWPID: ::c_int = 0x20000000;
+pub const CLONE_NEWNET: ::c_int = 0x40000000;
+pub const CLONE_IO: ::c_int = 0x80000000;
393
394
extern {
395
pub fn shm_open(name: *const c_char, oflag: ::c_int,
0 commit comments