* doc/posix-headers/limits.texi (limits.h): Document the bug.
+2016-07-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ doc: mention glibc SSIZE_MAX buglet
+ * doc/posix-headers/limits.texi (limits.h): Document the bug.
+
2016-07-04 Martin Kletzander <mkletzan@redhat.com>
printf-posix: Fix mingw build
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.
+@item
The macro @code{SSIZE_MAX} is not defined on some platforms:
MSVC 9.
@end itemize