From 542b970d4e09d74fd0a6d8787b9d82efe352c033 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 25 Jul 2016 11:24:59 +0200 Subject: Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme Signed-off by: Corinna Vinschen --- newlib/libc/time/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/time/strftime.c') diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c index 0d5bbd503..9ff44f9b1 100644 --- a/newlib/libc/time/strftime.c +++ b/newlib/libc/time/strftime.c @@ -698,7 +698,7 @@ __strftime (CHAR *s, size_t maxsize, const CHAR *format, unsigned long width; int tzset_called = 0; - const struct lc_time_T *_CurrentTimeLocale = __get_locale_time (locale); + const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); for (;;) { while (*format && *format != CQ('%')) -- cgit v1.2.3