diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-05-19 13:03:56 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-05-19 13:03:56 +0200 |
commit | 181c13586f12a9a15ed446b1a9594a5a8831d8d1 (patch) | |
tree | 52c4786d2d0448e9cbe9f4d25fadc7e7cee52924 /elf/ldconfig.c | |
parent | 9100611515956d730bac91fe23976978b0ab70a6 (diff) | |
parent | 4828935d386854c19275dbe39e07dbd4bd539d1c (diff) | |
download | glibc-181c13586f12a9a15ed446b1a9594a5a8831d8d1.tar.gz |
Merge remote branch 'origin/master' into fedora/master
Diffstat (limited to 'elf/ldconfig.c')
-rw-r--r-- | elf/ldconfig.c | 2 |
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); |