]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/rtld.c
Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).
[thirdparty/glibc.git] / elf / rtld.c
index 537fc437444ae90842d2ec0d41768becc14c8d7d..b07ff435dc33cc05f458ef0e0349d80eb803fcf3 100644 (file)
@@ -170,7 +170,7 @@ struct rtld_global_ro _rtld_global_ro attribute_relro =
     ._dl_debug_printf = _dl_debug_printf,
     ._dl_catch_error = _dl_catch_error,
     ._dl_signal_error = _dl_signal_error,
-    ._dl_mcount = _dl_mcount_internal,
+    ._dl_mcount = _dl_mcount,
     ._dl_lookup_symbol_x = _dl_lookup_symbol_x,
     ._dl_check_caller = _dl_check_caller,
     ._dl_open = _dl_open,