aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2001-01-21 22:34:43 +0000
committerJason Evans <jasone@FreeBSD.org>2001-01-21 22:34:43 +0000
commit0cde2e34af9501be4e144c7b2646ef21cc55f27d (patch)
tree75f233671f08bf09225e421d3541ec2d51147424 /sys/alpha/include
parentdf23d327cf347de3a371280add4e14403e29acaa (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/mutex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/mutex.h b/sys/alpha/include/mutex.h
index 5c37f54296cd..40717b03920c 100644
--- a/sys/alpha/include/mutex.h
+++ b/sys/alpha/include/mutex.h
@@ -68,6 +68,8 @@ extern char STR_SIEN[];
*--------------------------------------------------------------------------
*/
+#ifdef _KERN_MUTEX_C_
+
#define _V(x) __STRING(x)
/*
@@ -84,6 +86,10 @@ extern char STR_SIEN[];
} \
} while (0)
+#undef _V
+
+#endif /* _KERN_MUTEX_C_ */
+
#endif /* _KERNEL */
#else /* !LOCORE */