aboutsummaryrefslogtreecommitdiff
path: root/mach/mutex-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'mach/mutex-init.c')
-rw-r--r--mach/mutex-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/mutex-init.c b/mach/mutex-init.c
index acacec2..fc898f6 100644
--- a/mach/mutex-init.c
+++ b/mach/mutex-init.c
@@ -22,6 +22,6 @@
void
__mutex_init (void *lock)
{
- *(int *)lock = LLL_INITIALIZER;
+ *(int *)lock = LLL_LOCK_INITIALIZER;
}
libc_hidden_def (__mutex_init)