PATCH: Add sysdeps/x86_64/x32/_itoa.h

Carlos O'Donell carlos@systemhalted.org
Fri May 18 14:35:00 GMT 2012


On Fri, May 18, 2012 at 9:32 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi,
>
> This patch adds sysdeps/x86_64/x32/_itoa.h.  Testd on x32.  OK to
> install?
>
> Thanks.
>
>
> H.J.
> ---
>        * sysdeps/x86_64/x32/_itoa.h: New file.
>
> diff --git a/sysdeps/x86_64/x32/_itoa.h b/sysdeps/x86_64/x32/_itoa.h
> new file mode 100644
> index 0000000..f9ec802
> --- /dev/null
> +++ b/sysdeps/x86_64/x32/_itoa.h
> @@ -0,0 +1,3 @@
> +#define _ITOA_NEEDED           0
> +#define _ITOA_WORD_TYPE                unsigned long long int
> +#include_next <_itoa.h>

This looks good to me.

Cheers,
Carlos.



More information about the Libc-alpha mailing list