Reported by Eric Gallager <egall@gwmail.gwu.edu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-09/msg00017.html>.
* doc/glibc-functions/pthread_setname_np.texi: Mention the different
signature on macOS.
+2024-09-03 Bruno Haible <bruno@clisp.org>
+
+ doc: More details about pthread_setname_np.
+ Reported by Eric Gallager <egall@gwmail.gwu.edu> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-09/msg00017.html>.
+ * doc/glibc-functions/pthread_setname_np.texi: Mention the different
+ signature on macOS.
+
2024-09-03 Simon Josefsson <simon@josefsson.org>
syntax-check: Catch all FSF postal addresses.
glibc 2.11, Mac OS X 10.5, FreeBSD 12.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.0, Cygwin 1.7.x, mingw, MSVC 14.
@item
This function has a different signature on some platforms:
-NetBSD 10.0.
+macOS 14, NetBSD 10.0.
+On macOS the function takes only one argument, the name.
On NetBSD the second argument is interpreted as a @code{printf} format string,
with the third argument as parameter.
@end itemize