sigprocmask.2: ERRORS: add EFAULT

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Frysinger 2012-04-15 23:24:51 +12:00 committed by Michael Kerrisk
parent 2d350ede02
commit ef30129360
1 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\"
.TH SIGPROCMASK 2 2008-10-17 "Linux" "Linux Programmer's Manual"
.TH SIGPROCMASK 2 2012-04-15 "Linux" "Linux Programmer's Manual"
.SH NAME
sigprocmask \- examine and change blocked signals
.SH SYNOPSIS
@ -92,6 +92,14 @@ is unspecified in a multithreaded process; see
.BR sigprocmask ()
returns 0 on success and \-1 on error.
.SH ERRORS
.TP
.B EFAULT
the
.I set
or
.I oldset
argument points outside the process's allocated address space.
.TP
.B EINVAL
The value specified in
.I how