diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 2702404444..0a14b6d1bd 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -55,6 +55,9 @@ struct r_search_path *_dl_search_paths; const char *_dl_profile; struct link_map *_dl_profile_map; +/* Names of shared object for which the RPATHs should be ignored. */ +const char *_dl_ignore_rpath; + static void non_dynamic_init (void) __attribute__ ((unused)); |