sgetmask.2: Since 3.16, support for these system call is configurable

Support for these calls is now dependent on the setting of the
CONFIG_SGETMASK_SYSCALL option.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-12-08 16:52:06 +01:00
parent 5587b44c90
commit a9adf5158f
1 changed files with 7 additions and 0 deletions

View File

@ -63,6 +63,13 @@ always successfully returns the signal mask.
always succeeds, and returns the previous signal mask.
.SH ERRORS
These system calls always succeed.
.SH VERSIONS
Since Linux 3.16,
.\" f6187769dae48234f3877df3c4d99294cc2254fa
support for these system calls is optional,
depending on whether the kernel was built with the
.B CONFIG_SGETMASK_SYSCALL
option.
.SH CONFORMING TO
These system calls are Linux-specific.
.SH NOTES