diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 0a14b6d1bd..9012a0c2a6 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -56,7 +56,7 @@ 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; +const char *_dl_inhibit_rpath; static void non_dynamic_init (void) __attribute__ ((unused)); |