mirror of git://sourceware.org/git/glibc.git
(CACHEMAGIC_VERSION_NEW): Correct cut and paste error.
This commit is contained in:
parent
e027213371
commit
ea029468dd
|
|
@ -69,7 +69,7 @@ struct cache_file
|
|||
|
||||
#define CACHEMAGIC_NEW "glibc-ld.so.cache"
|
||||
#define CACHE_VERSION "1.1"
|
||||
#define CACHEMAGIC_VERSION_NEW CACHEMAGIC_NEW CACHE_VERSION "1.1"
|
||||
#define CACHEMAGIC_VERSION_NEW CACHEMAGIC_NEW CACHE_VERSION
|
||||
|
||||
|
||||
struct file_entry_new
|
||||
|
|
|
|||
Loading…
Reference in New Issue