summaryrefslogtreecommitdiff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index 1ff12836ec..1a3c9c5ed9 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -757,7 +757,7 @@ _dl_init_paths (const char *llp)
env_path_list.dirs = (void *) -1;
/* Remember the last search directory added at startup. */
- GL(dl_init_all_dirs) = GL(dl_all_dirs);
+ GLRO(dl_init_all_dirs) = GL(dl_all_dirs);
}