summaryrefslogtreecommitdiff
path: root/doc/posix-functions/localeconv.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/localeconv.texi')
-rw-r--r--doc/posix-functions/localeconv.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/localeconv.texi b/doc/posix-functions/localeconv.texi
index 22a19ca3d3..ebcc5a5b29 100644
--- a/doc/posix-functions/localeconv.texi
+++ b/doc/posix-functions/localeconv.texi
@@ -17,6 +17,10 @@ The @code{struct lconv} type does not contain the members
@code{int_n_cs_precedes}, @code{int_n_sign_posn}, @code{int_n_sep_by_space}
on some platforms:
glibc, OpenBSD 4.9, HP-UX 11, IRIX 6.5, Solaris 11.4, Cygwin 1.5.x, mingw, MSVC 14.
+@item
+The values of fields of @code{struct lconv} of type @code{char} are -1 instead
+of CHAR_MAX on some platforms:
+mingw.
@end itemize
Portability problems not fixed by Gnulib: