summaryrefslogtreecommitdiff
path: root/elf/ldconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/ldconfig.c')
-rw-r--r--elf/ldconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 278137f8f9..d4176d1220 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -1370,7 +1370,7 @@ main (int argc, char **argv)
add_arch_dirs (config_file);
}
- char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE;
+ const char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE;
if (opt_chroot)
{
aux_cache_file = chroot_canon (opt_chroot, aux_cache_file);