diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-08 20:36:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-08 20:36:06 +0000 |
commit | 54b497ce383bf3cbe9904ca9473f320ecaff7492 (patch) | |
tree | 028e2f9d41f2e55e90262be53ec39a2b5cd4c827 /ChangeLog | |
parent | b80163bd53ef4db7d44f110fc07e71b73a211622 (diff) | |
download | glibc-54b497ce383bf3cbe9904ca9473f320ecaff7492.tar.gz glibc-54b497ce383bf3cbe9904ca9473f320ecaff7492.tar.xz glibc-54b497ce383bf3cbe9904ca9473f320ecaff7492.zip |
* malloc/mcheck.c: Don't use __P.
Use prototypes definitions for static functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c2875b72c4..948cd068bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-08 Roland McGrath <roland@redhat.com> + + * malloc/mcheck.c: Don't use __P. + Use prototypes definitions for static functions. + 2004-09-08 Ulrich Drepper <drepper@redhat.com> Jakub Jelinek <jakub@redhat.com> |