Correct argument to __get_current_locale.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Douglas 2016-11-27 12:13:31 +11:00 committed by Corinna Vinschen
parent 724e21493a
commit 5fdd657b36

View File

@ -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