about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-11-19 11:27:59 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-11-19 11:27:59 +0100
commit0f74bbf513354d4d0b635b77b96699b33741068b (patch)
tree301050abf42f915548e6c9c6578e4c7b71bec7a9 /ChangeLog
parentf6e965ee94b37289f64ecd3253021541f7c214c3 (diff)
downloadglibc-0f74bbf513354d4d0b635b77b96699b33741068b.tar.gz
glibc-0f74bbf513354d4d0b635b77b96699b33741068b.tar.xz
glibc-0f74bbf513354d4d0b635b77b96699b33741068b.zip
manual: Document mprotect and introduce section on memory protection
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06e88aae6b..fb6c92d1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-11-19  Florian Weimer  <fweimer@redhat.com>
 
+	manual: Document mprotect
+	* manual/memory.texi (Memory Protection): New section.
+	* manual/llio.texi (Memory-mapped I/O): Remove duplicate
+	documentation of PROT_* flags and reference the Memory Protection
+	section instead.
+
+2017-11-19  Florian Weimer  <fweimer@redhat.com>
+
 	* manual/llio.texi (I/O Primitives): Move preadv, preadv64,
 	pwritev, pwritev64, preadv2, preadv64v2, pwritev2, pwritev64v2 ...
 	(Scatter-Gather): ... to here.  Remove misleading comment.