aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigprocmask.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigprocmask.2')
-rw-r--r--man2/sigprocmask.25
1 files changed, 2 insertions, 3 deletions
diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2
index 493ab1a992..66e14cf95e 100644
--- a/man2/sigprocmask.2
+++ b/man2/sigprocmask.2
@@ -35,16 +35,15 @@ sigprocmask, rt_sigprocmask \- examine and change blocked signals
.nf
/* Prototype for the glibc wrapper function */
.BI "int sigprocmask(int " how ", const sigset_t *" set ", sigset_t *" oldset );
-
+.PP
/* Prototype for the underlying system call */
.BI "int rt_sigprocmask(int " how ", const kernel_sigset_t *" set ,
.BI " kernel_sigset_t *" oldset ", size_t " sigsetsize );
-
+.PP
/* Prototype for the legacy system call (deprecated) */
.BI "int sigprocmask(int " how ", const old_kernel_sigset_t *" set ,
.BI " old_kernel_sigset_t *" oldset ); "
.fi
-
.PP
.in -4n
Feature Test Macro Requirements for glibc (see