mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
MDEV-9128 Compiling on IBM System Z fails
restore the fix f31a89191f that was lost in a merge
This commit is contained in:
parent
732e269405
commit
02043d7c53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue