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:
@ -22,6 +22,6 @@
|
||||
void
|
||||
__mutex_init (void *lock)
|
||||
{
|
||||
*(int *)lock = LLL_INITIALIZER;
|
||||
*(int *)lock = LLL_LOCK_INITIALIZER;
|
||||
}
|
||||
libc_hidden_def (__mutex_init)
|
||||
|
Reference in New Issue
Block a user