aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-01 18:14:17 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-01 18:18:13 +0100
commit96841f0e25c481cb958893337eb7df5a270aecb3 (patch)
tree9efe4dd5f04f8a78ff156e0337ef42cdc22c1831
parent340f4f9e7c97de5c7cbba18675ecd50514a723a5 (diff)
downloadman-pages-96841f0e25c481cb958893337eb7df5a270aecb3.tar.gz
pthread_sigmask.3: SEE ALSO: add pthread_attr_setsigmask_np(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/pthread_sigmask.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/pthread_sigmask.3 b/man3/pthread_sigmask.3
index 2af6bddb51..1122fb2be5 100644
--- a/man3/pthread_sigmask.3
+++ b/man3/pthread_sigmask.3
@@ -168,6 +168,7 @@ main(int argc, char *argv[])
.BR sigaction (2),
.BR sigpending (2),
.BR sigprocmask (2),
+.BR pthread_attr_setsigmask_np (3),
.BR pthread_create (3),
.BR pthread_kill (3),
.BR sigsetops (3),