diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-12-13 10:16:55 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-12-16 01:58:33 +0100 |
commit | 18c2ab9a094f6a6cb3a107d66dafaf32f8f969f0 (patch) | |
tree | 1d2eea4620480842d8bfb3d1d7292222319ad6fa /hurd/setauth.c | |
parent | 1f3cb8d600702885c9e5a1175c73ec3f69476082 (diff) | |
download | glibc-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 'hurd/setauth.c')
-rw-r--r-- | hurd/setauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/setauth.c b/hurd/setauth.c index 5493db5e5d..b1037172ba 100644 --- a/hurd/setauth.c +++ b/hurd/setauth.c @@ -24,7 +24,7 @@ /* Things in the library which want to be run when the auth port changes. */ DEFINE_HOOK (_hurd_reauth_hook, (auth_t new_auth)); -static unsigned int reauth_lock = LLL_INITIALIZER; +static unsigned int reauth_lock = LLL_LOCK_INITIALIZER; /* Set the auth port to NEW, and reauthenticate everything used by the library. */ |