aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-libc.c')
-rw-r--r--elf/dl-libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-libc.c b/elf/dl-libc.c
index a6c833a9e2..a8b851c090 100644
--- a/elf/dl-libc.c
+++ b/elf/dl-libc.c
@@ -209,7 +209,7 @@ libc_freeres_fn (free_mem)
/* Remove all search directories. */
d = GL(dl_all_dirs);
- while (d != GL(dl_init_all_dirs))
+ while (d != GLRO(dl_init_all_dirs))
{
struct r_search_path_elem *old = d;
d = d->next;