diff options
Diffstat (limited to 'elf/dl-profile.c')
-rw-r--r-- | elf/dl-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c index 2fca7fd..4f83497 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -598,4 +598,4 @@ _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc) done: ; } -INTDEF(_dl_mcount) +rtld_hidden_def (_dl_mcount) |