aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/alpha/bits/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/bits/atomic.h')
-rw-r--r--sysdeps/alpha/bits/atomic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/alpha/bits/atomic.h b/sysdeps/alpha/bits/atomic.h
index abbbc7c92d..e9275e9982 100644
--- a/sysdeps/alpha/bits/atomic.h
+++ b/sysdeps/alpha/bits/atomic.h
@@ -42,6 +42,9 @@ typedef uintptr_t uatomicptr_t;
typedef intmax_t atomic_max_t;
typedef uintmax_t uatomic_max_t;
+#define __HAVE_64B_ATOMICS 1
+#define USE_ATOMIC_COMPILER_BUILTINS 0
+
#ifdef UP
# define __MB /* nothing */