]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct loaded_domain): Add conversions_lock member.
authorUlrich Drepper <drepper@redhat.com>
Mon, 24 Sep 2007 16:04:57 +0000 (16:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 24 Sep 2007 16:04:57 +0000 (16:04 +0000)
intl/gettextP.h

index f680a9a0a1aa13ca93d89319bc01dea0b3aa3901..f1aa329e4715b8e7887d702df6891461e9c322dc 100644 (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;