bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with int types persists on nettle 2.4 and gnutls 3.0.19 on S


From: Bruno Haible
Subject: Re: Problem with int types persists on nettle 2.4 and gnutls 3.0.19 on Solaris 9 Sparc
Date: Mon, 07 May 2012 22:43:49 +0200
User-agent: KMail/4.7.4 (Linux/3.1.10-1.9-desktop; KDE/4.7.4; x86_64; ; )

Paul Eggert wrote:
> +     stdint: be more consistent with glibc, SunOS libc
> +     * lib/stdint.in.h (gl_int_fast8_t, gl_uint_fast8_t)
> +     (gl_int_fast16_t, gl_uint_fast16_t)
> +     (gl_int_fast32_t, gl_uint_fast32_t)
> +     (INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX)
> +     (INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX)
> +     (INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
> +     Be consistent with glibc by default, and with SunOS 5.10 and later
> +     if __sun is defined.

Looks good to me. The sizes of the gnulib replacements of int_fast*_t will
come out like this also with gnulib:

  glibc     32-bit: 1 4 4
  glibc     64-bit: 1 8 8
  solaris10 32-bit: 1 4 4
  solaris10 64-bit: 1 4 4

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]