]> granicus.if.org Git - libatomic_ops/commit
Fix generalized AO_char/short_compare_and_swap/fetch_and_add CTYPE args
authorIvan Maidanski <ivmai@mail.ru>
Sun, 1 Jul 2012 08:45:23 +0000 (12:45 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 1 Jul 2012 08:52:11 +0000 (12:52 +0400)
commit3e7162d789df366a57d3e4a59dde4046f91ed135
tree9e91c9fb40d262643de32d2770fa92306fea3590
parent6a0afde033f105c6320f1409162e3765a1395bfd
Fix generalized AO_char/short_compare_and_swap/fetch_and_add CTYPE args

* src/atomic_ops/generalize-small.template
(AO_XSIZE_compare_and_swap_full, AO_XSIZE_compare_and_swap_acquire,
AO_XSIZE_compare_and_swap_release, AO_XSIZE_fetch_and_add_full,
AO_XSIZE_fetch_and_add_acquire, AO_XSIZE_fetch_and_add_release):
Fix type of function arguments (or local variables) by adding
'unsigned' to XCTYPE.
* src/atomic_ops/generalize-small.h: Regenerate.
src/atomic_ops/generalize-small.h
src/atomic_ops/generalize-small.template