diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-31 19:13:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-31 19:13:04 +0000 |
commit | 66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f (patch) | |
tree | 5956e4edd32bea5f2cc2b721b7137765fab17d89 /gmon/gmon.c | |
parent | 72f70279f4fa34d123ec234c7295059ce15fb8ac (diff) | |
download | glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.tar.gz glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.tar.xz glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.zip |
Update.
* include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise.
Diffstat (limited to 'gmon/gmon.c')
-rw-r--r-- | gmon/gmon.c | 3 |
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. */ |