From: Ulrich Drepper Date: Mon, 24 Sep 2007 16:04:57 +0000 (+0000) Subject: (struct loaded_domain): Add conversions_lock member. X-Git-Tag: cvs/fedora-glibc-20070929T1859~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a389bcaa40376bc0fb1a0958d4d9e5dc2f794e5e;p=thirdparty%2Fglibc.git (struct loaded_domain): Add conversions_lock member. --- diff --git a/intl/gettextP.h b/intl/gettextP.h index f680a9a0a1a..f1aa329e471 100644 --- a/intl/gettextP.h +++ b/intl/gettextP.h @@ -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;