mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
(struct loaded_domain): Add conversions_lock member.
This commit is contained in:
@@ -147,6 +147,7 @@ struct loaded_domain
|
||||
/* Cache of charset conversions of the translated strings. */
|
||||
struct converted_domain *conversions;
|
||||
size_t nconversions;
|
||||
__libc_rwlock_define (, conversions_lock);
|
||||
|
||||
const struct expression *plural;
|
||||
unsigned long int nplurals;
|
||||
|
Reference in New Issue
Block a user