1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

iconv, intl, locale, wcsmbs: Remove internal_function

Also adjust parts of the time subdirectory.
This commit is contained in:
Florian Weimer
2017-08-15 17:52:59 +02:00
parent dab0eecef6
commit d7ccc6c983
34 changed files with 119 additions and 157 deletions

View File

@ -19,7 +19,7 @@
#include "../locale/localeinfo.h"
#include <stdlib.h>
void internal_function
void
_nl_cleanup_time (struct __locale_data *locale)
{
struct lc_time_data *const data = locale->private.time;