diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-07-23 21:18:46 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-07-23 21:18:46 +0000 |
commit | 6abc15e9439a77eef9730d0f86a0477f3ce3dabf (patch) | |
tree | 2169c4ef9e881914c47e3a082d4747d3ad23398d /ChangeLog | |
parent | 6a1fc4ed179502fc1da5b297cd4268333f6595fb (diff) | |
download | glibc-6abc15e9439a77eef9730d0f86a0477f3ce3dabf.tar glibc-6abc15e9439a77eef9730d0f86a0477f3ce3dabf.tar.gz glibc-6abc15e9439a77eef9730d0f86a0477f3ce3dabf.tar.bz2 glibc-6abc15e9439a77eef9730d0f86a0477f3ce3dabf.zip |
* sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the program's data space, reallocate only the space that was just deallocated to release its backing space.
2000-07-22 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the
program's data space, reallocate only the space that was just
deallocated to release its backing space.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-07-22 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the + program's data space, reallocate only the space that was just + deallocated to release its backing space. + 2000-07-23 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (process_string_arg): For wide character |