diff options
Diffstat (limited to 'elf/dl-profile.c')
-rw-r--r-- | elf/dl-profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c index 489d12bdd8..3a18881d26 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -122,6 +122,7 @@ entries in the call graph table and add it to the appropriate list. */ extern int __profile_frequency (void); +libc_hidden_proto (__profile_frequency) /* We define a special type to address the elements of the arc table. This is basically the `gmon_cg_arc_record' format but it includes |