diff options
Diffstat (limited to 'mach/mutex-init.c')
-rw-r--r-- | mach/mutex-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/mutex-init.c b/mach/mutex-init.c index acacec2fb0..fc898f66d4 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) |