diff options
Diffstat (limited to 'login/getutline_r.c')
-rw-r--r-- | login/getutline_r.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login/getutline_r.c b/login/getutline_r.c index 2e57b288b1..35c510b7ac 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com> and Paul Janzen <pcj@primenet.com>, 1996. @@ -26,7 +26,7 @@ /* 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) /* The jump table is also in getutent_r.c. */ extern struct utfuncs *__libc_utmp_jump_table; |