diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-09-26 08:39:30 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-09-26 08:39:30 +0000 |
commit | 959f4c054789f1ce232bea8d226859262ed1bcbb (patch) | |
tree | d6820d5f43c214aafec8e5bf0de3ec6011ee923d /intl/l10nflist.c | |
parent | 627cc92643ed34eecd0ac771d8b04df25270aaae (diff) | |
download | glibc-959f4c054789f1ce232bea8d226859262ed1bcbb.tar.gz glibc-959f4c054789f1ce232bea8d226859262ed1bcbb.tar.xz glibc-959f4c054789f1ce232bea8d226859262ed1bcbb.zip |
Updated to fedora-glibc-20040926T0823
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) { |