| Index: crosstest/test_sync_atomic.h
|
| diff --git a/crosstest/test_sync_atomic.h b/crosstest/test_sync_atomic.h
|
| index a88cd73cb31d48ff8f5ef849e0d2f75e28194f0e..ce24a07b517930ce58049a3a26cee6c2e963670f 100644
|
| --- a/crosstest/test_sync_atomic.h
|
| +++ b/crosstest/test_sync_atomic.h
|
| @@ -22,8 +22,9 @@
|
| FOR_ALL_RMWOP_TYPES(X)
|
| #undef X
|
|
|
| -#define X(type) \
|
| - type test_val_cmp_swap(volatile type *ptr, type oldval, type newval);
|
| +#define X(type) \
|
| + type test_val_cmp_swap(volatile type *ptr, type oldval, type newval); \
|
| + type test_val_cmp_swap_loop(volatile type *ptr, type oldval, type newval);
|
|
|
| ATOMIC_TYPE_TABLE
|
| #undef X
|
|
|