summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-19 21:46:30 +0000
committerRoland McGrath <roland@gnu.org>1994-04-19 21:46:30 +0000
commitf218081f3f97e5b7d5d3cdcc39b30481e2b2012a (patch)
treeaf4161eefa2a0f6304408ef84dfccfd3ffb4c026 /mach
parent64e45ccd6459d6eff5e49eb08b2505f6e5892dd6 (diff)
Formerly ../mach/spin-lock.h.~2~
Diffstat (limited to 'mach')
-rw-r--r--mach/spin-lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/spin-lock.h b/mach/spin-lock.h
index d6db430e27..4ea7d4738a 100644
--- a/mach/spin-lock.h
+++ b/mach/spin-lock.h
@@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */
#ifndef _SPIN_LOCK_H
#define _SPIN_LOCK_H
-#include <lock-intern.h>
+#include <lock-intern.h> /* This does all the work. */
typedef __spin_lock_t spin_lock_t;
#define SPIN_LOCK_INITIALIZER __SPIN_LOCK_INITIALIZER