diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-12 19:56:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-12 19:56:29 +0000 |
commit | ad41c28e667155e5844ca55964294b8317317f9d (patch) | |
tree | c3ea2c3c8af3b1db7d5b0a0a09539238a1042bc1 | |
parent | 58b523646cff2fb49daa2d9a4803e12d3f51a18f (diff) | |
download | glibc-ad41c28e667155e5844ca55964294b8317317f9d.tar.gz glibc-ad41c28e667155e5844ca55964294b8317317f9d.tar.xz glibc-ad41c28e667155e5844ca55964294b8317317f9d.zip |
[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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 91d90259c4..87029e79af 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. |