From 18c2ab9a094f6a6cb3a107d66dafaf32f8f969f0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 13 Dec 2020 10:16:55 +0000 Subject: hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER To get coherent with other ports. --- mach/mutex-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach/mutex-init.c') 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) -- cgit v1.1