doc: Update regarding NetBSD.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Feb 2023 01:40:59 +0000 (02:40 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 4 Feb 2023 01:42:27 +0000 (02:42 +0100)
* doc/posix-functions/sigprocmask.texi: Mention a NetBSD 9.0 bug.
* doc/posix-functions/pthread_sigmask.texi: Likewise.

ChangeLog
doc/posix-functions/pthread_sigmask.texi
doc/posix-functions/sigprocmask.texi

index 2a7879c0ac2ce6fb1d0a7375ff17c8a3295d0d7c..b2a576b5b0a198a68dee76c60370f09df57fc0a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-03  Bruno Haible  <bruno@clisp.org>
+
+       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  <eggert@cs.ucla.edu>
 
        isnan: update comment
index 47ee1866b0fb5fe5e459f59b21499ad9f9564a3c..bbea927e4f7a25ce587d3c3ce03371911db52b95 100644 (file)
@@ -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
index 1a1379a21d3af61e4c39e6c5829703b0668bb443..2086e6a8b2656b54bec706a164967a7197a10d0b 100644 (file)
@@ -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