Correct argument to __get_current_locale.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
724e21493a
commit
5fdd657b36
@ -996,7 +996,7 @@ __locale_ctype_ptr_l (struct __locale_t *locale)
|
|||||||
const char *
|
const char *
|
||||||
__locale_ctype_ptr (void)
|
__locale_ctype_ptr (void)
|
||||||
{
|
{
|
||||||
return __get_current_locale (_REENT)->ctype_ptr;
|
return __get_current_locale ()->ctype_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _REENT_ONLY
|
#ifndef _REENT_ONLY
|
||||||
|
Loading…
Reference in New Issue
Block a user