>From a4c31f4a483531a4731ab620953ce69812ccdc67 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Jul 2016 11:42:40 +0200 Subject: [PATCH] doc: mention glibc SSIZE_MAX buglet * doc/posix-headers/limits.texi (limits.h): Document the bug. --- ChangeLog | 5 +++++ doc/posix-headers/limits.texi | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38c613c..abf9a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-07-13 Paul Eggert + + doc: mention glibc SSIZE_MAX buglet + * doc/posix-headers/limits.texi (limits.h): Document the bug. + 2016-07-04 Martin Kletzander printf-posix: Fix mingw build diff --git a/doc/posix-headers/limits.texi b/doc/posix-headers/limits.texi index 2595210..43ecbfd 100644 --- a/doc/posix-headers/limits.texi +++ b/doc/posix-headers/limits.texi @@ -23,6 +23,10 @@ AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1 with gcc. The macros @code{WORD_BIT}, @code{LONG_BIT} are not defined on some platforms: glibc 2.11 without @code{-D_GNU_SOURCE}, Cygwin, mingw, MSVC 9. @item +The macro @code{SSIZE_MAX} has the wrong type, +albeit with the correct value: +glibc 2.24. address@hidden The macro @code{SSIZE_MAX} is not defined on some platforms: MSVC 9. @end itemize -- 2.5.5