diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-18 20:14:12 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-18 20:38:48 +0100 |
commit | 20bc801b3d4ba1eb1c9704a529b6720f096a14e5 (patch) | |
tree | f81059451d55a386bedaf5aacc8068da8acc1d2c /ChangeLog | |
parent | aa2189295e4e531d05733d60bfd697c7a962b100 (diff) | |
download | glibc-20bc801b3d4ba1eb1c9704a529b6720f096a14e5.tar glibc-20bc801b3d4ba1eb1c9704a529b6720f096a14e5.tar.gz glibc-20bc801b3d4ba1eb1c9704a529b6720f096a14e5.tar.bz2 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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |