urcu: use unsigned long instead of long
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 8 Feb 2010 13:18:08 +0000 (08:18 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 8 Feb 2010 13:18:08 +0000 (08:18 -0500)
commit27d65bc5db18f8563a9120924569acffb845ec4d
tree624fb121a3dff5773142283ecf5fb5b28b9038ae
parentd61c552befa1db66d9e1d44a9e88112f50c33c65
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 <mathieu.desnoyers@polymtl.ca>
urcu-static.h
urcu.c
This page took 0.024726 seconds and 4 git commands to generate.