* malloc/mcheck.c: Don't use __P.

Use prototypes definitions for static functions.
This commit is contained in:
Roland McGrath 2004-09-08 20:36:06 +00:00
parent b80163bd53
commit 54b497ce38

View File

@ -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>