summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-02-04 02:40:59 +0100
committerBruno Haible <bruno@clisp.org>2023-02-04 02:42:27 +0100
commit52a7e992077e2daf290f4fe6a851a57b1437e333 (patch)
treebc3e1dd3550db6374f98ad45974c97a779feb696 /doc
parent954e6583567d7b01e74ea0d05db5b9f0d4d6f6b5 (diff)
downloadgnulib-52a7e992077e2daf290f4fe6a851a57b1437e333.tar.gz
doc: Update regarding NetBSD.
* doc/posix-functions/sigprocmask.texi: Mention a NetBSD 9.0 bug. * doc/posix-functions/pthread_sigmask.texi: Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/pthread_sigmask.texi4
-rw-r--r--doc/posix-functions/sigprocmask.texi3
2 files changed, 5 insertions, 2 deletions
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