summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setsigmask_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setsigmask_np.3')
-rw-r--r--man3/pthread_attr_setsigmask_np.314
1 files changed, 6 insertions, 8 deletions
diff --git a/man3/pthread_attr_setsigmask_np.3 b/man3/pthread_attr_setsigmask_np.3
index ece2ef1e4..ee789a62d 100644
--- a/man3/pthread_attr_setsigmask_np.3
+++ b/man3/pthread_attr_setsigmask_np.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_attr_setsigmask_np 3 2023-02-05 "Linux man-pages 6.03"
+.TH pthread_attr_setsigmask_np 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
pthread_attr_setsigmask_np, pthread_attr_getsigmask_np \- set/get
signal mask attribute in thread attributes object
@@ -68,29 +68,27 @@ On error, these functions return a positive error number.
.B ENOMEM
.RB ( pthread_attr_setsigmask_np ())
Could not allocate memory.
-.SH VERSIONS
-These functions are provided since glibc 2.32.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR pthread_attr_setsigmask_np (),
.BR pthread_attr_getsigmask_np ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are nonstandard GNU extensions;
+GNU;
hence the suffix "_np" (nonportable) in the names.
+.SH HISTORY
+glibc 2.32.
.SH NOTES
The signal mask attribute determines the signal mask that will be assigned to
a thread created using the thread attributes object