aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/bsd.h')
-rw-r--r--src/include/port/bsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/port/bsd.h b/src/include/port/bsd.h
index cfd0d2811bd..f24f4f83b57 100644
--- a/src/include/port/bsd.h
+++ b/src/include/port/bsd.h
@@ -24,6 +24,10 @@
#define HAS_TEST_AND_SET
#endif
+#if defined(__arm32__)
+#define HAS_TEST_AND_SET
+#endif
+
#if defined(__powerpc__)
#define HAS_TEST_AND_SET
typedef unsigned int slock_t;