diff options
Diffstat (limited to 'login/utmpname.c')
-rw-r--r-- | login/utmpname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login/utmpname.c b/login/utmpname.c index daa3c23b3b..875dbd5973 100644 --- a/login/utmpname.c +++ b/login/utmpname.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. @@ -32,7 +32,7 @@ static const char default_file_name[] = _PATH_UTMP; const char *__libc_utmp_file_name = (const char *) default_file_name; /* We have to use the lock in getutent_r.c. */ -__libc_lock_define (extern, __libc_utmp_lock) +__libc_lock_define (extern, __libc_utmp_lock attribute_hidden) int |