summaryrefslogtreecommitdiffstats
path: root/trunk/src/ld-libs.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/ld-libs.c')
-rw-r--r--trunk/src/ld-libs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/ld-libs.c b/trunk/src/ld-libs.c
index b81f4ee..df2bfc6 100644
--- a/trunk/src/ld-libs.c
+++ b/trunk/src/ld-libs.c
@@ -583,7 +583,7 @@ load_dsos (DSO *dso, int host_paths)
/* See if the filename we found has already been
opened (possibly under a different SONAME via
some symlink). */
- new_canon_name = wrap_prelink_canonicalize (new_name, NULL);
+ new_canon_name = prelink_canonicalize (new_name, NULL);
if (new_canon_name == NULL)
new_canon_name = strdup (new_name);
new_dso_ent = in_dso_list (dso_list, soname, new_canon_name);