about summary refs log tree commit diff
path: root/mach/lowlevellock.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-13 10:16:55 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-16 01:58:33 +0100
commit18c2ab9a094f6a6cb3a107d66dafaf32f8f969f0 (patch)
tree1d2eea4620480842d8bfb3d1d7292222319ad6fa /mach/lowlevellock.h
parent1f3cb8d600702885c9e5a1175c73ec3f69476082 (diff)
downloadglibc-18c2ab9a094f6a6cb3a107d66dafaf32f8f969f0.tar.gz
glibc-18c2ab9a094f6a6cb3a107d66dafaf32f8f969f0.tar.xz
glibc-18c2ab9a094f6a6cb3a107d66dafaf32f8f969f0.zip
hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER
To get coherent with other ports.
Diffstat (limited to 'mach/lowlevellock.h')
-rw-r--r--mach/lowlevellock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h
index 6d92adca1c..cf67ccd589 100644
--- a/mach/lowlevellock.h
+++ b/mach/lowlevellock.h
@@ -32,7 +32,7 @@
 #endif
 
 /* Static initializer for low-level locks.  */
-#define LLL_INITIALIZER   0
+#define LLL_LOCK_INITIALIZER   0
 
 /* Wait on address PTR, without blocking if its contents
  * are different from VAL.  */