aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 12:21:11 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-17 14:04:17 +0200
commitf74aed0e620fd948756e856efe6d6f4c908e844c (patch)
tree573018237a1858a85673c046c220258b6229f4fa
parent8f5484f8b6f5a31a1b56e0e5c78c2768606cbfd9 (diff)
downloadman-pages-f74aed0e620fd948756e856efe6d6f4c908e844c.tar.gz
mprotect.2: VERSIONS: note kernel version for pkey_mprotect()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/mprotect.24
1 files changed, 4 insertions, 0 deletions
diff --git a/man2/mprotect.2 b/man2/mprotect.2
index dd1b93076c..9cc3753643 100644
--- a/man2/mprotect.2
+++ b/man2/mprotect.2
@@ -135,6 +135,10 @@ in the middle of a region currently protected as
.BR PROT_READ|PROT_WRITE
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.
.SH CONFORMING TO
.BR mprotect ():
POSIX.1-2001, POSIX.1-2008, SVr4.