summaryrefslogtreecommitdiff
path: root/doc/posix-functions/wctomb.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-05-13 13:44:57 +0200
committerBruno Haible <bruno@clisp.org>2018-05-13 13:44:57 +0200
commitbe18f9170e1989b601a08aada31438cca87cffdd (patch)
tree9934f273765e627fcd247bb2a2d1b0c91b2a4253 /doc/posix-functions/wctomb.texi
parentc03be38093224572c21fd81a13f1ea451c4060fd (diff)
downloadgnulib-be18f9170e1989b601a08aada31438cca87cffdd.tar.gz
doc: Add info about Android versions 2.0 to 8.1.
* doc/**/*.texi: Add info about functions in all released versions of Bionic.
Diffstat (limited to 'doc/posix-functions/wctomb.texi')
-rw-r--r--doc/posix-functions/wctomb.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/wctomb.texi b/doc/posix-functions/wctomb.texi
index 51662f4ed2..281d321349 100644
--- a/doc/posix-functions/wctomb.texi
+++ b/doc/posix-functions/wctomb.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-Android 4.3.
+Android 4.4.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.