mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* charmaps/BIG5: Add mapping for <U20AC> back.
Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
This commit is contained in:
@ -183,7 +183,7 @@ _dl_load_cache_lookup (const char *name)
|
||||
cache_new = (void *) -1;
|
||||
}
|
||||
else if (file != NULL && cachesize > sizeof *cache_new
|
||||
&& memcmp (cache_new->magic, CACHEMAGIC_VERSION_NEW,
|
||||
&& memcmp (file, CACHEMAGIC_VERSION_NEW,
|
||||
sizeof CACHEMAGIC_VERSION_NEW - 1) == 0)
|
||||
{
|
||||
cache_new = file;
|
||||
|
Reference in New Issue
Block a user