diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-20 19:36:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-20 19:36:46 +0000 |
commit | d3acfb610f210bcc8998096c7d11138767e3499a (patch) | |
tree | 7cd34d7260dea3e5abae017ff0c5a240d491232f /ChangeLog | |
parent | 0e21f7767e2746d212cfc0ae117db2d035beed18 (diff) | |
download | glibc-d3acfb610f210bcc8998096c7d11138767e3499a.tar.gz glibc-d3acfb610f210bcc8998096c7d11138767e3499a.tar.xz glibc-d3acfb610f210bcc8998096c7d11138767e3499a.zip |
Update.
* malloc/memusage.c (realloc): Don't count already allocated memory in the sums. (me): Always use dlsym() to find the real implementations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 0e1dcfe9b6..ada11dd940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2001-09-20 Ulrich Drepper <drepper@redhat.com> - * malloc/memusage.c (me): Always use dlsym() to find the real - implementations. + * malloc/memusage.c (realloc): Don't count already allocated + memory in the sums. + (me): Always use dlsym() to find the real implementations. * malloc/memusage.sh: Make -n option actually do something. |