From: Mathieu Desnoyers Date: Mon, 8 Feb 2010 13:18:08 +0000 (-0500) Subject: urcu: use unsigned long instead of long X-Git-Tag: v0.4.1~7 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=27d65bc5db18f8563a9120924569acffb845ec4d;hp=27d65bc5db18f8563a9120924569acffb845ec4d urcu: use unsigned long instead of long As it is currently designed, urcu scheme never overflows and we do not use the upper "sign" bit. But, nevertheless, just in case we choose to do it differently in the future, use an unsigned long type to allow: - overflow - defined used of 0x80000000 Signed-off-by: Mathieu Desnoyers ---