diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index b3ff0c6857..edf58742be 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -51,7 +51,8 @@ struct r_search_path *_dl_search_paths; /* We never do profiling. */ const char *_dl_profile; -/* Names of shared object for which the RPATHs should be ignored. */ +/* Names of shared object for which the RUNPATHs and RPATHs should be + ignored. */ const char *_dl_inhibit_rpath; /* The map for the object we will profile. */ |