From: Roland McGrath Date: Sun, 11 Jul 1999 11:48:08 +0000 (+0000) Subject: 1999-07-11 Roland McGrath X-Git-Tag: upstream/2.30~27050 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78d37b350020d4bef2763d4f048fbd266796563a;p=external%2Fglibc.git 1999-07-11 Roland McGrath * sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate for MAP_ANON, prot==PROT_READ|PROT_WRITE. --- diff --git a/ChangeLog b/ChangeLog index 01e50e5..f51ccad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-11 Roland McGrath + + * sysdeps/mach/hurd/mmap.c (__mmap): Short-circuit to vm_allocate + for MAP_ANON, prot==PROT_READ|PROT_WRITE. + 1999-07-09 Ulrich Drepper * stdio-common/vfprintf.c (buffered_vfprintf): Add locking.