diff options
Diffstat (limited to 'elf/dl-profstub.c')
-rw-r--r-- | elf/dl-profstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-profstub.c b/elf/dl-profstub.c index 45fb4e987c..c8184b9aad 100644 --- a/elf/dl-profstub.c +++ b/elf/dl-profstub.c @@ -40,3 +40,4 @@ _dl_mcount_wrapper_check (void *selfpc) if (GL(dl_profile_map) != NULL) _dl_mcount ((ElfW(Addr)) RETURN_ADDRESS (0), (ElfW(Addr)) selfpc); } +libc_hidden_def (_dl_mcount_wrapper_check) |