diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-26 05:07:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-26 05:07:13 +0000 |
commit | ac5e137cd9154594cc46f5925276e4fa2f596fa0 (patch) | |
tree | f893afca9f452a1ada082e7b5857b77d89d2453e /intl/l10nflist.c | |
parent | ce7265c7438e18f2e4ea81582131a783a1cdd601 (diff) | |
download | glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar.gz glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.tar.xz glibc-ac5e137cd9154594cc46f5925276e4fa2f596fa0.zip |
Update.
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r-- | intl/l10nflist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 5a366e59fb..7ffb4ab590 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -280,7 +280,6 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language, || ((mask & XPG_CODESET) != 0 && (mask & XPG_NORM_CODESET) != 0)); retval->data = NULL; - __libc_lock_init_recursive (retval->lock); if (last == NULL) { |