summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-07 17:31:24 +0100
committerBruno Haible <bruno@clisp.org>2021-02-07 17:31:24 +0100
commit0d42d754efff46ff39f372a5bcc045a436139126 (patch)
tree6987c0c5e1ae1892be9a17d3f34dc23a35d16967 /doc/posix-functions
parent807228006240c231aa47eae952cad4f7742ca488 (diff)
downloadgnulib-0d42d754efff46ff39f372a5bcc045a436139126.tar.gz
pthread_sigmask: Document MidnightBSD bug.
* doc/posix-functions/pthread_sigmask.texi: Mention MidnightBSD as an affected platform. * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Update cross-compilation guess accordingly.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/pthread_sigmask.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/pthread_sigmask.texi b/doc/posix-functions/pthread_sigmask.texi
index 2814662705..aefe0a9a04 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 6.4, 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: