Commit 245cc734 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-7434 XtraDB does not build on Solaris

parent e26b2071
......@@ -403,7 +403,7 @@ amount of increment. */
atomic_add_long_nv(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 */
......
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