From d7ccc6c983632f89064e0405e724ca6e9c1b9e1e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 15 Aug 2017 17:52:59 +0200 Subject: iconv, intl, locale, wcsmbs: Remove internal_function Also adjust parts of the time subdirectory. --- time/era.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'time/era.c') diff --git a/time/era.c b/time/era.c index b5743c621a..934844de31 100644 --- a/time/era.c +++ b/time/era.c @@ -35,7 +35,7 @@ __libc_rwlock_define (extern, __libc_setlocale_lock attribute_hidden) /* Look up the era information in CURRENT's locale strings and cache it in CURRENT->private. */ -static void internal_function +static void _nl_init_era_entries (struct __locale_data *current) { size_t cnt; @@ -139,7 +139,6 @@ _nl_init_era_entries (struct __locale_data *current) } struct era_entry * -internal_function _nl_get_era_entry (const struct tm *tp, struct __locale_data *current) { if (current->private.time == NULL || !current->private.time->era_initialized) @@ -166,7 +165,6 @@ _nl_get_era_entry (const struct tm *tp, struct __locale_data *current) struct era_entry * -internal_function _nl_select_era_entry (int cnt, struct __locale_data *current) { if (current->private.time == NULL || !current->private.time->era_initialized) -- cgit 1.4.1