summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-01-22 16:02:46 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-01-22 16:02:46 -0800
commit4ff646b494df4558d0acdd0f949933a55cd678bc (patch)
tree66ccd1d5266087f6c6e50a442f40e601c37a2d1b
parent42cacf44985802a3d5602217ea603fc306b6ceca (diff)
parenta7ce06c6df4ed18f1a6bfcba5d26f158f36ee036 (diff)
downloadrust-libc-4ff646b494df4558d0acdd0f949933a55cd678bc.tar.gz
Merge branch 'clone_common_type' of https://github.com/fiveop/libc
-rw-r--r--src/unix/notbsd/linux/mod.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/unix/notbsd/linux/mod.rs b/src/unix/notbsd/linux/mod.rs
index 45186a055f..e8dec9c68e 100644
--- a/src/unix/notbsd/linux/mod.rs
+++ b/src/unix/notbsd/linux/mod.rs
@@ -384,12 +384,12 @@ pub const EFD_SEMAPHORE: ::c_int = 0x1;
pub const NCCS: usize = 32;
-pub const CLONE_NEWUTS: ::c_uint = 0x04000000;
-pub const CLONE_NEWIPC: ::c_uint = 0x08000000;
-pub const CLONE_NEWUSER: ::c_uint = 0x10000000;
-pub const CLONE_NEWPID: ::c_uint = 0x20000000;
-pub const CLONE_NEWNET: ::c_uint = 0x40000000;
-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;
extern {
pub fn shm_open(name: *const c_char, oflag: ::c_int,