]> Savannah Git Hosting - gnulib.git/commitdiff
stdint: Update doc about Solaris 9.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Dec 2016 11:08:07 +0000 (12:08 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Dec 2016 11:08:07 +0000 (12:08 +0100)
* doc/posix-headers/stdint.texi: Add info about Solaris 9.

ChangeLog
doc/posix-headers/stdint.texi

index 149ec9e05947cb99f5aa98895f1e878c7738c85b..90c264af50d16660750b603da92093732e392998 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-10  Bruno Haible  <bruno@clisp.org>
+
+       stdint: Update doc about Solaris 9.
+       * doc/posix-headers/stdint.texi: Add info about Solaris 9.
+
 2016-12-09  Bruno Haible  <bruno@clisp.org>
 
        c-ctype tests: Fix link error on Solaris 9.
index d5ca3c21d87909423be8378590a0f52f5f90c8c9..03542c12d6e1ed10a767e670497674b75a81989d 100644 (file)
@@ -24,6 +24,11 @@ The values of @code{INT8_MAX}, @code{UINT8_MAX} etc. are not usable in
 preprocessor expressions on some platforms:
 HP-UX 11.23.
 @item
+The values of @code{INTPTR_MAX} and @code{UINTPTR_MAX}, although correctly
+defined in @code{<stdint.h>}, are replaced by empty values when
+@code{<limits.h>} or @code{<inttypes.h>} gets included later on some platforms:
+Solaris 9 with GCC 4.5 or newer.
+@item
 The macros @code{WCHAR_MIN} and @code{WCHAR_MAX} are not defined in
 @code{<stdint.h>} (only in @code{<wchar.h>}) on some platforms:
 Dragonfly, BSDI.