mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Fix of ifdef error
This commit is contained in:
parent
5d615366ea
commit
f7cbdfa241
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ typedef time_t ib_time_t;
|
|||
{ \
|
||||
os_compare_and_swap(volatile_var, 0, 1); \
|
||||
}
|
||||
#elif
|
||||
#else
|
||||
#define PAUSE_INSTRUCTION(volatile_var)
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue