1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER

To get coherent with other ports.
This commit is contained in:
Samuel Thibault
2020-12-13 10:16:55 +00:00
parent 1f3cb8d600
commit 18c2ab9a09
5 changed files with 8 additions and 8 deletions

View File

@ -22,6 +22,6 @@
void
__mutex_init (void *lock)
{
*(int *)lock = LLL_INITIALIZER;
*(int *)lock = LLL_LOCK_INITIALIZER;
}
libc_hidden_def (__mutex_init)