diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-31 04:34:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-31 04:34:31 +0000 |
commit | 94ffedf6e607675b0eeb7dfec020d722a0b94230 (patch) | |
tree | 1446cd6190c378a9739ff5b5edf42cdfb0e08866 /ChangeLog | |
parent | 66f8fa9bec0c6f0e62ccaad22f8ddd36267a5284 (diff) | |
download | glibc-94ffedf6e607675b0eeb7dfec020d722a0b94230.tar.gz glibc-94ffedf6e607675b0eeb7dfec020d722a0b94230.tar.xz glibc-94ffedf6e607675b0eeb7dfec020d722a0b94230.zip |
Update.
1999-07-30 Ulrich Drepper <drepper@cygnus.com> * malloc/malloc.c (ptmalloc_init): Correct last patch. The assignment cannot be moved.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4437c3b67b..6060305497 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-30 Ulrich Drepper <drepper@cygnus.com> + + * malloc/malloc.c (ptmalloc_init): Correct last patch. The + assignment cannot be moved. + 1999-07-29 H.J. Lu <hjl@gnu.org> * malloc/malloc.c (ptmalloc_init): Also initialize __libc_pagesize |