diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2010-01-26 11:27:38 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2010-01-26 11:27:38 +0000 |
commit | 75a8dd396d88f79e8e2660fefe5bd93cbff71f55 (patch) | |
tree | e7ff701c0888ad2e6d527fd0b3302bcc3663d3dd /libc/locale/C-numeric.c | |
parent | 42bc5058cebfefa9329005e1b3bc0525f7f7b67b (diff) | |
download | eglibc2-75a8dd396d88f79e8e2660fefe5bd93cbff71f55.tar.gz |
Merge changes between r9569 and r9736 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@9737 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/locale/C-numeric.c')
-rw-r--r-- | libc/locale/C-numeric.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/locale/C-numeric.c b/libc/locale/C-numeric.c index 377c51cdf..a16a841c7 100644 --- a/libc/locale/C-numeric.c +++ b/libc/locale/C-numeric.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,2000,2001,2002 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,2000,2001,2002,2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. @@ -21,7 +21,7 @@ /* This table's entries are taken from POSIX.2 Table 2-10 ``LC_NUMERIC Category Definition in the POSIX Locale''. */ -const struct locale_data _nl_C_LC_NUMERIC attribute_hidden = +const struct __locale_data _nl_C_LC_NUMERIC attribute_hidden = { _nl_C_name, NULL, 0, 0, /* no file mapped */ |