diff options
Diffstat (limited to 'locale/newlocale.c')
-rw-r--r-- | locale/newlocale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/newlocale.c b/locale/newlocale.c index 4a785d0c0f..6306ba2a8a 100644 --- a/locale/newlocale.c +++ b/locale/newlocale.c @@ -1,5 +1,5 @@ /* Return a reference to locale information record. - Copyright (C) 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1996,1997,1999,2000,2001,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -27,7 +27,7 @@ /* Constant data defined in setlocale.c. */ -extern struct locale_data *const _nl_C[]; +extern struct locale_data *const _nl_C[] attribute_hidden; /* Use this when we come along an error. */ #define ERROR_RETURN \ |