diff options
Diffstat (limited to 'locale/C-time.c')
-rw-r--r-- | locale/C-time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-time.c b/locale/C-time.c index f230da839b..9ce133a6ce 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1995-2000, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. @@ -23,7 +23,7 @@ ``LC_TIME Category Definition in the POSIX Locale'', with additions from ISO 14652, section 4.6. */ -const struct locale_data _nl_C_LC_TIME = +const struct locale_data _nl_C_LC_TIME attribute_hidden = { _nl_C_name, NULL, 0, 0, /* no file mapped */ |