From 6637e4dc70e46feedc6e31366a0441a345c8721d Mon Sep 17 00:00:00 2001 From: Sebastian Lauwers Date: Sat, 21 Feb 2015 00:09:43 +0100 Subject: Remove deprecated suffixes for isize --- src/sched.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sched.rs') diff --git a/src/sched.rs b/src/sched.rs index a25d859f..c8d719ed 100644 --- a/src/sched.rs +++ b/src/sched.rs @@ -32,8 +32,8 @@ pub static CLONE_IO: CloneFlags = 0x80000000; #[cfg(target_arch = "x86_64")] mod cpuset_attribs { use super::CpuMask; - pub const CPU_SETSIZE: usize = 1024us; - pub const CPU_MASK_BITS: usize = 64us; + pub const CPU_SETSIZE: usize = 1024; + pub const CPU_MASK_BITS: usize = 64; #[inline] pub fn set_cpu_mask_flag(cur: CpuMask, bit: usize) -> CpuMask { -- cgit v1.2.3