mirror of git://sourceware.org/git/glibc.git
2002-09-05 Jakub Jelinek <jakub@redhat.com>
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
case of failure.
This commit is contained in:
parent
a1e56cd10a
commit
51387e0b86
|
|
@ -1,3 +1,8 @@
|
||||||
|
2002-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
|
||||||
|
case of failure.
|
||||||
|
|
||||||
2002-09-04 Bruno Haible <bruno@clisp.org>
|
2002-09-04 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
|
* sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,8 @@ __wcsmbs_load_conv (struct locale_data *new_category)
|
||||||
{
|
{
|
||||||
failed:
|
failed:
|
||||||
new_category->private.ctype = &__wcsmbs_gconv_fcts_c;
|
new_category->private.ctype = &__wcsmbs_gconv_fcts_c;
|
||||||
|
__libc_lock_unlock (__libc_setlocale_lock);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get name of charset of the locale. */
|
/* Get name of charset of the locale. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue