about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-18 20:14:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-18 20:38:48 +0100
commit20bc801b3d4ba1eb1c9704a529b6720f096a14e5 (patch)
treef81059451d55a386bedaf5aacc8068da8acc1d2c /ChangeLog
parentaa2189295e4e531d05733d60bfd697c7a962b100 (diff)
downloadglibc-20bc801b3d4ba1eb1c9704a529b6720f096a14e5.tar.gz
glibc-20bc801b3d4ba1eb1c9704a529b6720f096a14e5.tar.xz
glibc-20bc801b3d4ba1eb1c9704a529b6720f096a14e5.zip
hurd: Add mlockall support
	* sysdeps/mach/hurd/mlockall.c: New file.
	* sysdeps/mach/hurd/munlockall.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e090c75b74..1a34efca45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,8 @@
 	if flags contains O_DIRECTORY and the result is a directory.
 	* sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by
 	oneself when the pointer given in D is nul (as set by ext2fs).
+	* sysdeps/mach/hurd/mlockall.c: New file.
+	* sysdeps/mach/hurd/munlockall.c: New file.
 
 2018-03-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>