Fix build.
Missing a #define to map android_atomic_swap to its new name. Worked fine in the other branches, because nobody was using android_atomic_swap in the other branches. Change-Id: I0e730e9823ac5cd2fee5a3f856ce05d36df5d87e
This commit is contained in:
parent
8264358f5b
commit
f4dd883389
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ int android_atomic_release_cas(int32_t oldvalue, int32_t newvalue,
|
|||
*/
|
||||
#define android_atomic_write android_atomic_release_store
|
||||
#define android_atomic_cmpxchg android_atomic_release_cas
|
||||
#define android_atomic_swap android_atomic_release_swap
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue