patches/uClibc/0.9.28.2/004-uClibc_ctype.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 15:12:33 2008 +0000 (2008-07-26)
branch1.2
changeset 730 823ac8f8e9fd
permissions -rw-r--r--
Backport #849 from trunk:
Remove garbage files left behind by downloads from sourceforge.net.

/branches/1.2/scripts/build/debug/500-strace.sh | 4 4 0 0 ++++
/branches/1.2/scripts/build/debug/200-duma.sh | 5 4 1 0 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
     1 diff -urN uClibc-dist/libc/sysdeps/linux/common/bits/uClibc_touplow.h uClibc/libc/sysdeps/linux/common/bits/uClibc_touplow.h
     2 --- uClibc-dist/libc/sysdeps/linux/common/bits/uClibc_touplow.h   Fri Jun  3 13:30:25 2005
     3 +++ uClibc/libc/sysdeps/linux/common/bits/uClibc_touplow.h   Fri Jun  3 13:30:39 2005
     4 @@ -34,11 +34,11 @@
     5 
     6  /* glibc uses the equivalent of - typedef __int32_t __ctype_touplow_t; */
     7 
     8 -typedef __uint16_t __ctype_mask_t;
     9 +typedef __uint32_t __ctype_mask_t;
    10 
    11  #ifdef __UCLIBC_HAS_CTYPE_SIGNED__
    12 
    13 -typedef __int16_t __ctype_touplow_t;
    14 +typedef __int32_t __ctype_touplow_t;
    15  #define __UCLIBC_CTYPE_B_TBL_OFFSET       128
    16  #define __UCLIBC_CTYPE_TO_TBL_OFFSET      128
    17