From: Roland McGrath Date: Wed, 8 Sep 2004 20:36:06 +0000 (+0000) Subject: * malloc/mcheck.c: Don't use __P. X-Git-Tag: cvs/fedora-base~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54b497ce383bf3cbe9904ca9473f320ecaff7492;p=thirdparty%2Fglibc.git * malloc/mcheck.c: Don't use __P. Use prototypes definitions for static functions. --- diff --git a/ChangeLog b/ChangeLog index c2875b72c46..948cd068bfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-08 Roland McGrath + + * malloc/mcheck.c: Don't use __P. + Use prototypes definitions for static functions. + 2004-09-08 Ulrich Drepper Jakub Jelinek