+2025-05-27 Bruno Haible <bruno@clisp.org>
+
+ strchrnul: Fix for users of the current macOS SDK.
+ Reported in <https://savannah.gnu.org/bugs/?67141>.
+ * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Use gl_CHECK_FUNCS_ANDROID_MACOS
+ instead of gl_CHECK_FUNCS_ANDROID.
+
2025-05-27 Bruno Haible <bruno@clisp.org>
doc: Update platforms list re *_CLOFORK.
# 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,
AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
AC_REQUIRE([gl_STRING_H_DEFAULTS])
- gl_CHECK_FUNCS_ANDROID([strchrnul], [[#include <string.h>]])
+ gl_CHECK_FUNCS_ANDROID_MACOS([strchrnul], [[#include <string.h>]])
if test $ac_cv_func_strchrnul = no; then
HAVE_STRCHRNUL=0
case "$gl_cv_onwards_func_strchrnul" in