aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/freebsd.h')
-rw-r--r--src/include/port/freebsd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h
index f2fbf65337b..7759191b8d2 100644
--- a/src/include/port/freebsd.h
+++ b/src/include/port/freebsd.h
@@ -1,5 +1,6 @@
#if defined(__i386__)
typedef unsigned char slock_t;
+
#define HAS_TEST_AND_SET
#endif
@@ -10,11 +11,13 @@ typedef unsigned char slock_t;
#if defined(__alpha__)
typedef long int slock_t;
+
#define HAS_TEST_AND_SET
#endif
#if defined(__vax__)
typedef unsigned char slock_t;
+
#define NEED_VAX_TAS_ASM
#define HAS_TEST_AND_SET
#endif