mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
MDEV-7434 XtraDB does not build on Solaris
This commit is contained in:
parent
e26b2071be
commit
245cc73452
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ amount of increment. */
|
||||||
atomic_add_long_nv(ptr, amount)
|
atomic_add_long_nv(ptr, amount)
|
||||||
|
|
||||||
# define os_atomic_increment_uint64(ptr, amount) \
|
# define os_atomic_increment_uint64(ptr, amount) \
|
||||||
atomic_add_64_nv(ptr, amount)
|
atomic_add_64_nv((uint64_t *) ptr, amount)
|
||||||
|
|
||||||
/**********************************************************//**
|
/**********************************************************//**
|
||||||
Returns the old value of *ptr, atomically sets *ptr to new_val */
|
Returns the old value of *ptr, atomically sets *ptr to new_val */
|
||||||
|
|
Loading…
Add table
Reference in a new issue