1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 11 Jul 1999 11:48:08 +0000 (11:48 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 11 Jul 1999 11:48:08 +0000 (11:48 +0000)
* sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate
for MAP_ANON, prot==PROT_READ|PROT_WRITE.

ChangeLog

index 01e50e5..f51ccad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-11  Roland McGrath  <roland@baalperazim.frob.com>
+
+       * sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate
+       for MAP_ANON, prot==PROT_READ|PROT_WRITE.
+
 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
 
        * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.