diff options
Diffstat (limited to 'nss/getXXent_r.c')
-rw-r--r-- | nss/getXXent_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/getXXent_r.c b/nss/getXXent_r.c index a4327c81af..620eebd1f7 100644 --- a/nss/getXXent_r.c +++ b/nss/getXXent_r.c @@ -94,7 +94,7 @@ static service_user *nip; static service_user *startp; /* Protect above variable against multiple uses at the same time. */ -__libc_lock_define_initialized (static, lock); +__libc_lock_define_initialized (static, lock) /* The lookup function for the first entry of this service. */ extern int DB_LOOKUP_FCT (service_user **nip, const char *name, void **fctp); |