projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6eec9c
)
(struct loaded_domain): Add conversions_lock member.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 24 Sep 2007 16:04:57 +0000
(16:04 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 24 Sep 2007 16:04:57 +0000
(16:04 +0000)
intl/gettextP.h
patch
|
blob
|
history
diff --git
a/intl/gettextP.h
b/intl/gettextP.h
index
f680a9a
..
f1aa329
100644
(file)
--- 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;