MDEV-34973 fixup for POWER,s390x

xtest(): Correct the declaration.
This commit is contained in:
Marko Mäkelä 2024-10-01 13:29:59 +03:00
parent 753e7d6d7c
commit 2d031f4a71

View file

@ -93,7 +93,7 @@ TRANSACTIONAL_TARGET bool xbegin() noexcept;
TRANSACTIONAL_TARGET void xabort() noexcept;
TRANSACTIONAL_TARGET void xend() noexcept;
# ifdef UNIV_DEBUG
bool xtest();
bool xtest() noexcept;
# endif
# endif