View | Details | Raw Unified | Return to bug 239981
Collapse All | Expand All

(-)include/my_atomic.h (+1 lines)
Lines 113-118 Link Here
113
#elif defined(HAVE_GCC_C11_ATOMICS)
113
#elif defined(HAVE_GCC_C11_ATOMICS)
114
#include "atomic/gcc_builtins.h"
114
#include "atomic/gcc_builtins.h"
115
#endif
115
#endif
116
#include "atomic/gcc_sync.h"
116
117
117
#if SIZEOF_LONG == 4
118
#if SIZEOF_LONG == 4
118
#define my_atomic_addlong(A,B) my_atomic_add32((int32*) (A), (B))
119
#define my_atomic_addlong(A,B) my_atomic_add32((int32*) (A), (B))

Return to bug 239981