|
@@ -468,11 +468,7 @@ libc_hidden_def(__ctype_toupper_loc)
|
|
|
|
|
|
#ifdef L___C_ctype_b
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-extern const __ctype_mask_t __C_ctype_b_data[];
|
|
|
-libc_hidden_proto(__C_ctype_b_data)
|
|
|
-const __ctype_mask_t __C_ctype_b_data[] = {
|
|
|
+static const __ctype_mask_t __C_ctype_b_data[] = {
|
|
|
#ifdef __UCLIBC_HAS_CTYPE_SIGNED__
|
|
|
0,
|
|
|
0,
|
|
@@ -860,7 +856,6 @@ const __ctype_mask_t __C_ctype_b_data[] = {
|
|
|
0,
|
|
|
0
|
|
|
};
|
|
|
-libc_hidden_data_def(__C_ctype_b_data)
|
|
|
|
|
|
|
|
|
const __ctype_mask_t *__C_ctype_b = __C_ctype_b_data + __UCLIBC_CTYPE_B_TBL_OFFSET;
|