summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nonstd/struct_locale_t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nonstd/struct_locale_t.c b/src/nonstd/struct_locale_t.c
index 5487ae6a..1bc8e932 100644
--- a/src/nonstd/struct_locale_t.c
+++ b/src/nonstd/struct_locale_t.c
@@ -5,7 +5,7 @@ struct __locale_t {
char ctype[UCHAR_MAX];
struct {
- unsigned char ctattr[UCHAR_MAX + 1];
+ unsigned int ctattr[UCHAR_MAX + 1];
unsigned char ctoupper[UCHAR_MAX + 1];
unsigned char ctolower[UCHAR_MAX + 1];
} lc_ctype;