From 04a9dd8f1d49dead0fa20d979dfac1826e613de6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 Apr 2021 15:29:16 +0200 Subject: 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. --- m4/mbrtoc32.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/mbrtoc32.m4') 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) -- cgit v1.2.1