summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/rtld-elf/arm/rtld_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/arm/rtld_machdep.h b/libexec/rtld-elf/arm/rtld_machdep.h
index cc1410c..8244e49 100644
--- a/libexec/rtld-elf/arm/rtld_machdep.h
+++ b/libexec/rtld-elf/arm/rtld_machdep.h
@@ -71,6 +71,7 @@ void _rtld_bind_start(void);
extern void *__tls_get_addr(tls_index *ti);
+#ifndef ARM_HAS_ATOMIC_CMPSET_32
static __inline u_int32_t
atomic_cmpset_32(volatile u_int32_t *p, u_int32_t cmpval, u_int32_t newval)
{
@@ -82,3 +83,4 @@ atomic_cmpset_32(volatile u_int32_t *p, u_int32_t cmpval, u_int32_t newval)
return (0);
}
#endif
+#endif
OpenPOWER on IntegriCloud