changeset 38229:2b429a6692f9

stdint: Update doc about Solaris 9. * doc/posix-headers/stdint.texi: Add info about Solaris 9.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Dec 2016 12:08:07 +0100
parents 76cd8a5d008a
children 9e564e158ab0
files ChangeLog doc/posix-headers/stdint.texi
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Dec 10 01:26:47 2016 +0100
+++ b/ChangeLog	Sat Dec 10 12:08:07 2016 +0100
@@ -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.
--- a/doc/posix-headers/stdint.texi	Sat Dec 10 01:26:47 2016 +0100
+++ b/doc/posix-headers/stdint.texi	Sat Dec 10 12:08:07 2016 +0100
@@ -24,6 +24,11 @@
 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.