diff options
| author | Warner Losh <imp@FreeBSD.org> | 2016-01-05 21:20:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2016-01-05 21:20:46 +0000 |
| commit | 11cf751df214820c6fc8508f89595518a89aff8d (patch) | |
| tree | b8d604ccb9dbb9889b4a43ef098a4e4a437e4741 /libexec/rtld-elf/rtld.c | |
| parent | 8834318685bc0063c7e5c8643cbd4d8168eac56c (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 6daef2d13405..424f2eafd7ce 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -435,7 +435,7 @@ _rtld(Elf_Addr *sp, func_ptr_type *exit_proc, Obj_Entry **objp) trust = !issetugid(); - md_abi_variant_hook(aux_info); +/* md_abi_variant_hook(aux_info); */ ld_bind_now = getenv(_LD("BIND_NOW")); /* |
