mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix build on aarch64, after MDEV-21534
MY_RELAX_CPU on this arch needs int32, defined in my_global.h
This commit is contained in:
parent
8511f04fdb
commit
a99c93a7fa
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
#elif defined HAVE_PAUSE_INSTRUCTION
|
||||
#elif defined(_ARCH_PWR8)
|
||||
#else
|
||||
# include "my_global.h"
|
||||
# include "my_atomic.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue