Problem with int types persists on nettle 2.4 and gnutls 3.0.19 on Solaris 9 Sparc
Bruno Haible
bruno at clisp.org
Mon May 7 22:43:49 CEST 2012
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
More information about the Gnutls-devel
mailing list