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. --- wcsmbs/wcsmbsload.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'wcsmbs/wcsmbsload.h') diff --git a/wcsmbs/wcsmbsload.h b/wcsmbs/wcsmbsload.h index 3e254a877e..7efe2c1f81 100644 --- a/wcsmbs/wcsmbsload.h +++ b/wcsmbs/wcsmbsload.h @@ -37,20 +37,16 @@ struct gconv_fcts extern const struct gconv_fcts __wcsmbs_gconv_fcts_c attribute_hidden; /* Load conversion functions for the currently selected locale. */ -extern void __wcsmbs_load_conv (struct __locale_data *new_category) - internal_function; +extern void __wcsmbs_load_conv (struct __locale_data *new_category); /* Clone the current `__wcsmbs_load_conv' value. */ -extern void __wcsmbs_clone_conv (struct gconv_fcts *copy) - internal_function; +extern void __wcsmbs_clone_conv (struct gconv_fcts *copy); /* Find the conversion functions for converting to and from NAME. */ -extern int __wcsmbs_named_conv (struct gconv_fcts *copy, const char *name) - internal_function; +extern int __wcsmbs_named_conv (struct gconv_fcts *copy, const char *name); /* Function used for the `private.cleanup' hook. */ -extern void _nl_cleanup_ctype (struct __locale_data *) - internal_function attribute_hidden; +extern void _nl_cleanup_ctype (struct __locale_data *) attribute_hidden; #include -- cgit 1.4.1