summaryrefslogtreecommitdiff
path: root/gmon
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-31 19:13:04 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-31 19:13:04 +0000
commit66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f (patch)
tree5956e4edd32bea5f2cc2b721b7137765fab17d89 /gmon
parent72f70279f4fa34d123ec234c7295059ce15fb8ac (diff)
Update.
* include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise.
Diffstat (limited to 'gmon')
-rw-r--r--gmon/gmon.c3
1 files changed, 1 insertions, 2 deletions
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 <stdlib.h>
#include <string.h>
#include <unistd.h>
-
-extern int __profile_frequency __P ((void));
+#include <libc-internal.h>
struct __bb *__bb_head; /* Head of basic-block list or NULL. */