From: Roland McGrath Date: Mon, 12 Sep 2005 19:56:29 +0000 (+0000) Subject: [BZ #1331] X-Git-Tag: upstream/2.30~16442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad41c28e667155e5844ca55964294b8317317f9d;p=external%2Fglibc.git [BZ #1331] 2005-09-12 Roland McGrath [BZ #1331] * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed macro argument. Reported by Matej Vela . --- diff --git a/ChangeLog b/ChangeLog index 91d9025..87029e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-12 Roland McGrath + + [BZ #1331] + * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed + macro argument. + Reported by Matej Vela . + 2005-09-12 Jakub Jelinek * malloc/malloc.c (struct malloc_chunk): Fix comment typo.