Commit 02043d7c authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-9128 Compiling on IBM System Z fails

restore the fix f31a8919 that was lost in a merge
parent 732e2694
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment