aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-26 13:46:43 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-26 13:46:43 +0000
commit1b20d937f379c03537843cda49fdd7d4fdfbd5ab (patch)
tree93fb66a2d83a8a3c00e54d02face33021981814d /ChangeLog
parent48a92e9d2da28b7bef8474f1effda68c13ed2fd1 (diff)
downloadglibc-1b20d937f379c03537843cda49fdd7d4fdfbd5ab.tar
glibc-1b20d937f379c03537843cda49fdd7d4fdfbd5ab.tar.gz
glibc-1b20d937f379c03537843cda49fdd7d4fdfbd5ab.tar.bz2
glibc-1b20d937f379c03537843cda49fdd7d4fdfbd5ab.zip
Update.
* malloc/mcheck.c (mcheck): Call malloc once before setting the hooks to allow the internal check hooks to be set up if necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08ecaabeb7..f16b9d6bf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-04-26 Ulrich Drepper <drepper@redhat.com>
+ * malloc/mcheck.c (mcheck): Call malloc once before setting the
+ hooks to allow the internal check hooks to be set up if necessary.
+
* nis/nss-nis.h: Move yperr2nss_tab definition into separate file
and rename to __yperr2nss_tab. Change YPERR_COUNT into variable
__yperr2nss_count.