MDEV-9128 Compiling on IBM System Z fails

restore the fix f31a89191f that was lost in a merge
This commit is contained in:
Sergei Golubchik 2016-05-09 18:38:16 +02:00
commit 02043d7c53

View file

@ -466,7 +466,7 @@ amount to decrement. */
# define os_atomic_decrement_uint64(ptr, amount) \
os_atomic_decrement(ptr, amount)
# if defined(IB_STRONG_MEMORY_MODEL)
# if defined(HAVE_ATOMIC_BUILTINS)
/** Do an atomic test and set.
@param[in,out] ptr Memory location to set to non-zero