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.) two read/write mappings at each end and a read-only mapping in the middle.)
.SH VERSIONS .SH VERSIONS
.BR pkey_mprotect () .BR pkey_mprotect ()
first appeared in Linux 4.9. first appeared in Linux 4.9;
Glibc support is not yet available. library support was added in glibc 2.27.
.SH CONFORMING TO .SH CONFORMING TO
.BR mprotect (): .BR mprotect ():
POSIX.1-2001, POSIX.1-2008, SVr4. POSIX.1-2001, POSIX.1-2008, SVr4.

View File

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