aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-09-12 19:56:29 +0000
committerRoland McGrath <roland@gnu.org>2005-09-12 19:56:29 +0000
commitad41c28e667155e5844ca55964294b8317317f9d (patch)
treec3ea2c3c8af3b1db7d5b0a0a09539238a1042bc1
parent58b523646cff2fb49daa2d9a4803e12d3f51a18f (diff)
downloadglibc-ad41c28e667155e5844ca55964294b8317317f9d.zip
glibc-ad41c28e667155e5844ca55964294b8317317f9d.tar.gz
glibc-ad41c28e667155e5844ca55964294b8317317f9d.tar.bz2
[BZ #1331]
2005-09-12 Roland McGrath <roland@redhat.com> [BZ #1331] * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed macro argument. Reported by Matej Vela <vela@debian.org>.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91d9025..87029e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-12 Roland McGrath <roland@redhat.com>
+
+ [BZ #1331]
+ * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
+ macro argument.
+ Reported by Matej Vela <vela@debian.org>.
+
2005-09-12 Jakub Jelinek <jakub@redhat.com>
* malloc/malloc.c (struct malloc_chunk): Fix comment typo.