aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.c
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-11-07 22:41:53 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-11-07 22:41:53 +0000
commitc1ff193db4a1974184247ae7947f0f16e5d5ccb2 (patch)
tree6c8c35a24fae5d6bc450f95593a4cb2014f232ab /libexec/rtld-elf/rtld.c
parent2ac2ed8a5198a51c84b7702e13892958e36f707a (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 9cbfe4284cfa..0b595df188aa 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -1831,8 +1831,6 @@ symlook_default(const char *name, unsigned long hash,
if (def != NULL)
*defobj_out = defobj;
- else
- _rtld_error("%s: Undefined symbol \"%s\"", refobj->path, name);
return def;
}