This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] build_wcs_upper_buffer definition


On Wed, Nov 26, 2008 at 2:23 PM, Chris Steel
<chris.steel.lnx@googlemail.com> wrote:
> build_wcs_upper_buffer is defined in posix/regex_internal.h to have a
> return type of int, but it's used in posix/regex_internal.c and
> posix/regexec.c with a return type of reg_errcode_t. This patch fixes
> the problem:

You will need to write a proper GNU ChangeLog for your patch, and it
would be good to show that the testsuite shows no regressions e.g. run
the testsuite before your patch, and after, with no difference.

With those changes I think your patch should be good to go on libc-alpha.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]