diff options
Diffstat (limited to 'elf/cache.c')
-rw-r--r-- | elf/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/cache.c b/elf/cache.c index c4c3139264..de9ccb2cd5 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -817,7 +817,7 @@ struct aux_cache_entry struct aux_cache_entry *next; }; -#define AUX_CACHEMAGIC "glibc-ld.so.auxcache-1.0" +#define AUX_CACHEMAGIC "glibc-ld.so.auxcache-2.0" struct aux_cache_file_entry { |