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/lock-intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach/lock-intern.h') diff --git a/mach/lock-intern.h b/mach/lock-intern.h index a68674cef4..62faf98039 100644 --- a/mach/lock-intern.h +++ b/mach/lock-intern.h @@ -31,7 +31,7 @@ typedef unsigned int __spin_lock_t; /* Static initializer for spinlocks. */ -#define __SPIN_LOCK_INITIALIZER LLL_INITIALIZER +#define __SPIN_LOCK_INITIALIZER LLL_LOCK_INITIALIZER /* Initialize LOCK. */ -- cgit 1.4.1