[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [issues] [eglibc-2.9 svn revision 8535]: build error when configured with OPTION_EGLIBC_LOCALE_CODE disabled
- To: Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
- Subject: Re: [issues] [eglibc-2.9 svn revision 8535]: build error when configured with OPTION_EGLIBC_LOCALE_CODE disabled
- From: Gaye Abdoulaye Walsimou <walsimou@xxxxxxxxxxxx>
- Date: Sun, 07 Jun 2009 15:39:10 +0200
Maxim Kuvyrkov wrote:
>
> Hello,
>
> I've applied the following simple patch to fix building failure when
> EGLIBC is configured without EGLIBC_LOCALE_CODE option group.
>
> --
> Maxim K.
> CodeSourcery Inc.
>
>
> 2009-04-23 Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
>
> * stdio-common/_i18n_number.h (_i18n_number_rewrite): Update.
>
> Index: stdio-common/_i18n_number.h
> ===================================================================
> --- stdio-common/_i18n_number.h (revision 8348)
> +++ stdio-common/_i18n_number.h (working copy)
> @@ -116,7 +116,7 @@ _i18n_number_rewrite (CHAR_T *w, CHAR_T
> #else
>
> static CHAR_T *
> -_i18n_number_rewrite (CHAR_T *w, CHAR_T *rear_ptr)
> +_i18n_number_rewrite (CHAR_T *w, CHAR_T *rear_ptr, CHAR_T *end)
> {
> return w;
> }
>
Hello maxim,
Thanks, yes i had not searched in the archive of patches.
cheers,