Fix AO_compare_and_swap_full (GCC MIPS, PowerPC) returned value type
authorIvan Maidanski <ivmai@mail.ru>
Mon, 24 Oct 2011 15:05:31 +0000 (19:05 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 24 Oct 2011 15:05:31 +0000 (19:05 +0400)
commit3200f81418cd264a998c21ad67a67e0cb5b900fc
tree35fed346ffa67ece36d2fdf5fcaf81b873dff4f1
parent2a55c80eea96c74d5f816beca71f323d3b90cc69
Fix AO_compare_and_swap_full (GCC MIPS, PowerPC) returned value type

* src/atomic_ops/sysdeps/gcc/mips.h (AO_compare_and_swap_full):
Change "result" local variable type from AO_t to int.
* src/atomic_ops/sysdeps/gcc/powerpc.h (AO_compare_and_swap_full):
Likewise.
src/atomic_ops/sysdeps/gcc/mips.h
src/atomic_ops/sysdeps/gcc/powerpc.h