From: Bruno Haible Date: Tue, 27 May 2025 14:11:49 +0000 (+0200) Subject: strchrnul: Fix for users of the current macOS SDK. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98287f5973c62b51685b09c0826f075eebf7f782;p=thirdparty%2Fgnulib.git strchrnul: Fix for users of the current macOS SDK. Reported in . * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Use gl_CHECK_FUNCS_ANDROID_MACOS instead of gl_CHECK_FUNCS_ANDROID. --- diff --git a/ChangeLog b/ChangeLog index c37830f9bf..efcb253321 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-05-27 Bruno Haible + + strchrnul: Fix for users of the current macOS SDK. + Reported in . + * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Use gl_CHECK_FUNCS_ANDROID_MACOS + instead of gl_CHECK_FUNCS_ANDROID. + 2025-05-27 Bruno Haible doc: Update platforms list re *_CLOFORK. diff --git a/m4/strchrnul.m4 b/m4/strchrnul.m4 index 35c2ba3c42..11886ca2d0 100644 --- a/m4/strchrnul.m4 +++ b/m4/strchrnul.m4 @@ -1,5 +1,5 @@ # strchrnul.m4 -# serial 12 +# serial 13 dnl Copyright (C) 2003, 2007, 2009-2025 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -12,7 +12,7 @@ AC_DEFUN([gl_FUNC_STRCHRNUL], AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_STRING_H_DEFAULTS]) - gl_CHECK_FUNCS_ANDROID([strchrnul], [[#include ]]) + gl_CHECK_FUNCS_ANDROID_MACOS([strchrnul], [[#include ]]) if test $ac_cv_func_strchrnul = no; then HAVE_STRCHRNUL=0 case "$gl_cv_onwards_func_strchrnul" in