mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
fix the linux 32 bit build closes[t:2306]
git-svn-id: file:///svn/toku/tokudb@17014 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b0ee051f9c
commit
76533d0303
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ static inline int32_t toku_sync_fetch_and_decrement_int32(volatile int32_t *a) {
|
|||
#if __GNUC__ && __i386__
|
||||
|
||||
// workaround for a gcc 4.1.2 bug on 32 bit platforms.
|
||||
static uint64_t toku_sync_fetch_and_add_uint64(volatile uint64_t *a, uint64_t b) __attribute__((noinline));
|
||||
uint64_t toku_sync_fetch_and_add_uint64(volatile uint64_t *a, uint64_t b) __attribute__((noinline));
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue