diff options
| -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 d0a3ce42e08a..8ba21b4f26c7 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -676,9 +676,9 @@ elf_hash(const char *name) * loaded shared object, whose library search path will be searched. * * The search order is: + * rpath in the referencing file * LD_LIBRARY_PATH * ldconfig hints - * rpath in the referencing file * /usr/lib */ static char * |
