mprotect.2, pkey_alloc.2: Glibc support for memory protection keys was added in version 2.27

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-12-21 12:28:03 +01:00
parent f54c67bf71
commit fe110bff32
2 changed files with 4 additions and 4 deletions

View File

@ -206,8 +206,8 @@ would result in three mappings:
two read/write mappings at each end and a read-only mapping in the middle.)
.SH VERSIONS
.BR pkey_mprotect ()
first appeared in Linux 4.9.
Glibc support is not yet available.
first appeared in Linux 4.9;
library support was added in glibc 2.27.
.SH CONFORMING TO
.BR mprotect ():
POSIX.1-2001, POSIX.1-2008, SVr4.

View File

@ -103,8 +103,8 @@ of available pkeys.
.BR pkey_alloc ()
and
.BR pkey_free ()
were added to Linux in kernel 4.9.
Glibc support is not yet available.
were added to Linux in kernel 4.9;
library support was added in glibc 2.27.
.SH CONFORMING TO
The
.BR pkey_alloc ()