summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-08 20:36:06 +0000
committerRoland McGrath <roland@gnu.org>2004-09-08 20:36:06 +0000
commit54b497ce383bf3cbe9904ca9473f320ecaff7492 (patch)
tree028e2f9d41f2e55e90262be53ec39a2b5cd4c827 /ChangeLog
parentb80163bd53ef4db7d44f110fc07e71b73a211622 (diff)
* malloc/mcheck.c: Don't use __P.
Use prototypes definitions for static functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
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>