macOS 15.4 added the strchrnul() function in libc. [1] [1] https://github.com/theory/pgenv/issues/93
2025-05-22 Bruno Haible <br...@clisp.org> strchrnul: Update doc. * doc/glibc-functions/strchrnul.texi: strchrnul got added in macOS 15.4. diff --git a/doc/glibc-functions/strchrnul.texi b/doc/glibc-functions/strchrnul.texi index 0ea2933373..be02a9346c 100644 --- a/doc/glibc-functions/strchrnul.texi +++ b/doc/glibc-functions/strchrnul.texi @@ -22,7 +22,7 @@ @itemize @item This function is missing on many non-glibc platforms: -macOS 14, FreeBSD 6.0, NetBSD 7.1, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 1.7.8, mingw, MSVC 14, Android 6.0. +macOS 15.3, FreeBSD 6.0, NetBSD 7.1, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 1.7.8, mingw, MSVC 14, Android 6.0. @item This function crashes when no occurrence is found on some platforms: Cygwin 1.7.9.