patches/uClibc/0.9.28.3/130-ctype.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 25 17:22:54 2009 +0000 (2009-05-25)
branchgcc-4.4
changeset 1382 b3b1369752ba
parent 746 b150d6f590fc
permissions -rw-r--r--
/devel/gcc-4.4:
- TODO: add new item

-------- diffstat follows --------
/devel/gcc-4.4/TODO | 1 1 0 0 +
1 file changed, 1 insertion(+)
yann@1
     1
diff -urN uClibc-dist/libc/sysdeps/linux/common/bits/uClibc_touplow.h uClibc/libc/sysdeps/linux/common/bits/uClibc_touplow.h
yann@1
     2
--- uClibc-dist/libc/sysdeps/linux/common/bits/uClibc_touplow.h   Fri Jun  3 13:30:25 2005
yann@1
     3
+++ uClibc/libc/sysdeps/linux/common/bits/uClibc_touplow.h   Fri Jun  3 13:30:39 2005
yann@1
     4
@@ -34,11 +34,11 @@
yann@1
     5
yann@1
     6
 /* glibc uses the equivalent of - typedef __int32_t __ctype_touplow_t; */
yann@1
     7
yann@1
     8
-typedef __uint16_t __ctype_mask_t;
yann@1
     9
+typedef __uint32_t __ctype_mask_t;
yann@1
    10
yann@1
    11
 #ifdef __UCLIBC_HAS_CTYPE_SIGNED__
yann@1
    12
yann@1
    13
-typedef __int16_t __ctype_touplow_t;
yann@1
    14
+typedef __int32_t __ctype_touplow_t;
yann@1
    15
 #define __UCLIBC_CTYPE_B_TBL_OFFSET       128
yann@1
    16
 #define __UCLIBC_CTYPE_TO_TBL_OFFSET      128
yann@1
    17