summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/uClibc_locale.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-23 10:46:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-23 10:46:57 +0000
commit1e0c4ca7448cf41bd38742ae885c9da6f4e48d97 (patch)
tree3908c0720db2470fefbc4c0824401dbf45862f83 /libc/sysdeps/linux/common/bits/uClibc_locale.h
parent7bca85d261904a0a67f2e514b6c4972128561156 (diff)
downloaduClibc-alpine-1e0c4ca7448cf41bd38742ae885c9da6f4e48d97.tar.bz2
uClibc-alpine-1e0c4ca7448cf41bd38742ae885c9da6f4e48d97.tar.xz
sync with trunk. Compile tested on i386
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uClibc_locale.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_locale.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_locale.h b/libc/sysdeps/linux/common/bits/uClibc_locale.h
index a6b381c95..0ac12578e 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_locale.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_locale.h
@@ -174,7 +174,7 @@ typedef struct __uclibc_locale_struct {
const unsigned char *idx8ctype;
const unsigned char *tbl8ctype;
const unsigned char *idx8uplow;
- const unsigned char *tbl8uplow;
+ const unsigned char *tbl8uplow;
#ifdef __UCLIBC_HAS_WCHAR__
const unsigned char *idx8c2wc;
const uint16_t *tbl8c2wc; /* char > 0x7f to wide char */
@@ -301,8 +301,6 @@ typedef struct __uclibc_locale_struct {
const char *era_d_t_fmt;
const char *era_t_fmt;
- /* collate is at the end */
-
/* messages */
const char *yesexpr;
const char *noexpr;