summaryrefslogtreecommitdiff
path: root/m4/mbrtoc32.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-17 15:29:16 +0200
committerBruno Haible <bruno@clisp.org>2021-04-17 15:42:38 +0200
commit04a9dd8f1d49dead0fa20d979dfac1826e613de6 (patch)
tree19aada16c9489bc14bcc8155c652bb831c751ac8 /m4/mbrtoc32.m4
parent6664b43d03eb5acf0ac25c5570be6b8ecdd2ebde (diff)
downloadgnulib-04a9dd8f1d49dead0fa20d979dfac1826e613de6.tar.gz
doc: Update for FreeBSD 11.0, 12.0, 13.0.
* doc/posix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Update. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Update cross-compilation guess.
Diffstat (limited to 'm4/mbrtoc32.m4')
-rw-r--r--m4/mbrtoc32.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mbrtoc32.m4 b/m4/mbrtoc32.m4
index 0966ea1218..8496f42d51 100644
--- a/m4/mbrtoc32.m4
+++ b/m4/mbrtoc32.m4
@@ -1,4 +1,4 @@
-# mbrtoc32.m4 serial 8
+# mbrtoc32.m4 serial 9
dnl Copyright (C) 2014-2021 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -194,7 +194,7 @@ int main ()
result |= 1;
}
}
- /* This fails on FreeBSD 12 and Solaris 11.4:
+ /* This fails on FreeBSD 13.0 and Solaris 11.4:
mbrtoc32 returns (size_t)-2 or (size_t)-1.
mbrtowc returns 4 (correct). */
if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL)