diff options
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/gmon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index 6b7ef81d93..72b36f99c3 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -46,6 +46,8 @@ #include <string.h> #include <unistd.h> +extern char *_strerror_internal __P ((int, char *buf, size_t)); + extern int __profile_frequency __P ((void)); struct __bb *__bb_head; /* Head of basic-block list or NULL. */ @@ -162,6 +164,7 @@ __monstartup (lowpc, highpc) __moncontrol(1); } +weak_alias(__monstartup, monstartup) static void |