yann@1: diff -urN uClibc-dist/libc/sysdeps/linux/common/bits/uClibc_touplow.h uClibc/libc/sysdeps/linux/common/bits/uClibc_touplow.h yann@1: --- uClibc-dist/libc/sysdeps/linux/common/bits/uClibc_touplow.h Fri Jun 3 13:30:25 2005 yann@1: +++ uClibc/libc/sysdeps/linux/common/bits/uClibc_touplow.h Fri Jun 3 13:30:39 2005 yann@1: @@ -34,11 +34,11 @@ yann@1: yann@1: /* glibc uses the equivalent of - typedef __int32_t __ctype_touplow_t; */ yann@1: yann@1: -typedef __uint16_t __ctype_mask_t; yann@1: +typedef __uint32_t __ctype_mask_t; yann@1: yann@1: #ifdef __UCLIBC_HAS_CTYPE_SIGNED__ yann@1: yann@1: -typedef __int16_t __ctype_touplow_t; yann@1: +typedef __int32_t __ctype_touplow_t; yann@1: #define __UCLIBC_CTYPE_B_TBL_OFFSET 128 yann@1: #define __UCLIBC_CTYPE_TO_TBL_OFFSET 128 yann@1: