aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/src/rtld/dl-lookupX.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/rtld/dl-lookupX.h')
-rw-r--r--trunk/src/rtld/dl-lookupX.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/rtld/dl-lookupX.h b/trunk/src/rtld/dl-lookupX.h
index 3f8472a..dc6d4bf 100644
--- a/trunk/src/rtld/dl-lookupX.h
+++ b/trunk/src/rtld/dl-lookupX.h
@@ -784,9 +784,9 @@ _dl_debug_bindings (const char *undef_name, struct link_map *undef_map,
0UL,
protected ? "protected" : "normal", undef_name);
if (version)
- _dl_debug_printf (" [%s]\n", version->name);
+ printf (" [%s]\n", version->name);
else
- _dl_debug_printf ("\n");
+ printf ("\n");
}
#if 1
if (GLRO(dl_debug_mask) & DL_DEBUG_PRELINK)