From 52a7e992077e2daf290f4fe6a851a57b1437e333 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 4 Feb 2023 02:40:59 +0100 Subject: [PATCH] doc: Update regarding NetBSD. * doc/posix-functions/sigprocmask.texi: Mention a NetBSD 9.0 bug. * doc/posix-functions/pthread_sigmask.texi: Likewise. --- ChangeLog | 6 ++++++ doc/posix-functions/pthread_sigmask.texi | 4 ++-- doc/posix-functions/sigprocmask.texi | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a7879c0ac..b2a576b5b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-02-03 Bruno Haible + + doc: Update regarding NetBSD. + * doc/posix-functions/sigprocmask.texi: Mention a NetBSD 9.0 bug. + * doc/posix-functions/pthread_sigmask.texi: Likewise. + 2023-02-03 Paul Eggert isnan: update comment diff --git a/doc/posix-functions/pthread_sigmask.texi b/doc/posix-functions/pthread_sigmask.texi index 47ee1866b0..bbea927e4f 100644 --- a/doc/posix-functions/pthread_sigmask.texi +++ b/doc/posix-functions/pthread_sigmask.texi @@ -35,6 +35,6 @@ Portability problems not fixed by Gnulib: On platforms that do not natively support this function, it has unspecified behavior in a multi-threaded process. @item -This function may not fail when the first argument is invalid on some platforms: -NetBSD 8.0. +In case of failure, the return value is wrong on some platforms: +NetBSD 9.0 when libpthread is not in use. @end itemize diff --git a/doc/posix-functions/sigprocmask.texi b/doc/posix-functions/sigprocmask.texi index 1a1379a21d..2086e6a8b2 100644 --- a/doc/posix-functions/sigprocmask.texi +++ b/doc/posix-functions/sigprocmask.texi @@ -15,6 +15,9 @@ mingw, MSVC 14. Portability problems not fixed by Gnulib: @itemize +@item +In case of failure, the return value is wrong on some platforms: +NetBSD 9.0 when libpthread is in use. @end itemize Note: Although @code{sigprocmask} officially has undefined behaviour in -- 2.39.5