From 66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 31 Dec 2000 19:13:04 +0000 Subject: Update. * include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise. --- gmon/gmon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gmon') diff --git a/gmon/gmon.c b/gmon/gmon.c index 45fe6e8ac4..a0c5714164 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -41,8 +41,7 @@ #include #include #include - -extern int __profile_frequency __P ((void)); +#include struct __bb *__bb_head; /* Head of basic-block list or NULL. */ -- cgit v1.2.3