1
0
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:
Ulrich Drepper
2007-09-24 16:04:57 +00:00
parent e6eec9cef2
commit a389bcaa40

View File

@@ -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;