summaryrefslogtreecommitdiff
path: root/extra/locale
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-20 16:33:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-20 16:33:54 +0000
commitc475abc1d482c88ed77346b03238aaa641774f20 (patch)
tree8bc3d1c74fc86553b17551ec305d9fe1c551adf6 /extra/locale
parent0e674ab3af45934ba107931b67a01e193f9233ca (diff)
libc/misc/locale/locale.c: heed a pile of warnings
from signed/unsigned char conversions
Diffstat (limited to 'extra/locale')
-rw-r--r--extra/locale/locale_mmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/locale/locale_mmap.h b/extra/locale/locale_mmap.h
index e9dcbc537..1b748239b 100644
--- a/extra/locale/locale_mmap.h
+++ b/extra/locale/locale_mmap.h
@@ -35,7 +35,7 @@ typedef struct {
#ifdef __CTYPE_HAS_8_BIT_LOCALES
const unsigned char tbl8ctype[__LOCALE_DATA_Cctype_TBL_LEN];
- const unsigned char tbl8uplow[__LOCALE_DATA_Cuplow_TBL_LEN];
+ const unsigned char tbl8uplow[__LOCALE_DATA_Cuplow_TBL_LEN];
#ifdef __WCHAR_ENABLED
const uint16_t tbl8c2wc[__LOCALE_DATA_Cc2wc_TBL_LEN]; /* char > 0x7f to wide char */
const unsigned char tbl8wc2c[__LOCALE_DATA_Cwc2c_TBL_LEN];
@@ -72,7 +72,7 @@ typedef struct {
const uint16_t collate_data[__lc_collate_data_LEN];
unsigned char lc_common_item_offsets_LEN[__LOCALE_DATA_CATEGORIES];
- size_t lc_common_tbl_offsets[__LOCALE_DATA_CATEGORIES * 4];
+ size_t lc_common_tbl_offsets[__LOCALE_DATA_CATEGORIES * 4];
/* offsets from start of locale_mmap_t */
/* rows, item_offsets, item_idx, data */