summaryrefslogtreecommitdiff
path: root/doc/posix-functions/pthread_sigmask.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/pthread_sigmask.texi')
-rw-r--r--doc/posix-functions/pthread_sigmask.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/pthread_sigmask.texi b/doc/posix-functions/pthread_sigmask.texi
index 2814662705..e39f3fbba6 100644
--- a/doc/posix-functions/pthread_sigmask.texi
+++ b/doc/posix-functions/pthread_sigmask.texi
@@ -18,7 +18,7 @@ FreeBSD 6.4, OpenBSD 3.8.
@item
This function does nothing and always returns 0 in programs that are not
linked with @code{-lpthread} on some platforms:
-FreeBSD 6.4, HP-UX 11.31, Solaris 9.
+FreeBSD 14.0, MidnightBSD 1.1, HP-UX 11.31, Solaris 9.
@item
When it fails, this functions returns @minus{}1 instead of the error number on
some platforms:
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.