From d25927299b0f2d859e4c61e721528e9adccc0b37 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 10 Dec 2016 12:08:07 +0100 Subject: [PATCH] stdint: Update doc about Solaris 9. * doc/posix-headers/stdint.texi: Add info about Solaris 9. --- ChangeLog | 5 +++++ doc/posix-headers/stdint.texi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 149ec9e059..90c264af50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-12-10 Bruno Haible + + stdint: Update doc about Solaris 9. + * doc/posix-headers/stdint.texi: Add info about Solaris 9. + 2016-12-09 Bruno Haible c-ctype tests: Fix link error on Solaris 9. diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi index d5ca3c21d8..03542c12d6 100644 --- a/doc/posix-headers/stdint.texi +++ b/doc/posix-headers/stdint.texi @@ -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{}, are replaced by empty values when +@code{} or @code{} 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{} (only in @code{}) on some platforms: Dragonfly, BSDI. -- 2.39.5