diff options
Diffstat (limited to 'time/era.c')
-rw-r--r-- | time/era.c | 4 |
1 files changed, 1 insertions, 3 deletions
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) |