fcntl.2: Add statement about F_ADD_SEALS and F_GET_SEALS under CONFORMING TO

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-08 14:28:16 +01:00
parent 4d04b15efd
commit 9f97f3fa1c
1 changed files with 6 additions and 0 deletions

View File

@ -1637,6 +1637,12 @@ are Linux-specific (and one must define
.BR _GNU_SOURCE
to obtain their definitions),
but work is being done to have them included in the next version of POSIX.1.
.BR F_ADD_SEALS
and
.BR F_GET_SEALS
are Lnux-specific.
.\" FIXME . Once glibc adds support, add a note about FTM requirements
.SH NOTES
The errors returned by
.BR dup2 (2)