summaryrefslogtreecommitdiff
path: root/patches/glibc/2.7/180-glibc-2.7-build_wcs_upper_buffer.patch
AgeCommit message (Collapse)AuthorFilesLines
2008-06-24Add a new patch to make glibc build with latest (4.3.x) gcc.Yann E. MORIN"1-22/+0
See: http://sourceware.org/ml/libc-help/2008-06/msg00063.html /trunk/patches/glibc/2.7/210-gcc-4.3_sysinclude_path.patch | 50 50 0 0 ++++++++++++++++++++ 1 file changed, 50 insertions(+)
2008-05-31Matthias Kaehlcke <matthias at kaehlcke dot net> writes:Yann E. MORIN"1-0/+22
A compilation of an ARM toolchain with glibc 2.7 using crosstool-ng failed with a gcc error in glibc-2.7/posix/regex_internal.c, more concretly in the function build_wcs_upper_buffer(). The return type of the function prototype in regex_internal.h doesn't correspond with the return type of this function in regex_internal.c. The attached patch corrects the return type of the function prototype in regex_internal.h /trunk/patches/glibc/2.7/180-glibc-2.7-build_wcs_upper_buffer.patch | 22 22 0 0 +++++++++++ 1 file changed, 22 insertions(+)