diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-15 17:52:59 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:06 +0200 |
commit | d7ccc6c983632f89064e0405e724ca6e9c1b9e1e (patch) | |
tree | 2ec4f8e58e1720b3956c193150a081f570730bb6 /intl/gettextP.h | |
parent | dab0eecef632487f01460900ede02874092c9169 (diff) | |
download | glibc-d7ccc6c983632f89064e0405e724ca6e9c1b9e1e.tar.gz glibc-d7ccc6c983632f89064e0405e724ca6e9c1b9e1e.tar.xz glibc-d7ccc6c983632f89064e0405e724ca6e9c1b9e1e.zip |
iconv, intl, locale, wcsmbs: Remove internal_function
Also adjust parts of the time subdirectory.
Diffstat (limited to 'intl/gettextP.h')
-rw-r--r-- | intl/gettextP.h | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/intl/gettextP.h b/intl/gettextP.h index eeb8970852..8fcfb5bef8 100644 --- a/intl/gettextP.h +++ b/intl/gettextP.h @@ -61,7 +61,7 @@ extern char *__bind_textdomain_codeset (const char *__domainname, const char *__codeset); extern void _nl_finddomain_subfreeres (void) attribute_hidden; extern void _nl_unload_domain (struct loaded_domain *__domain) - internal_function attribute_hidden; + attribute_hidden; #else /* Declare the exported libintl_* functions, in a way that allows us to call them under their real name. */ @@ -89,10 +89,6 @@ extern char *libintl_dcigettext (const char *__domainname, /* @@ end of prolog @@ */ -#ifndef internal_function -# define internal_function -#endif - #ifndef attribute_hidden # define attribute_hidden #endif @@ -255,23 +251,19 @@ extern const char *_nl_locale_name_default (void); struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale, const char *__domainname, - struct binding *__domainbinding) - internal_function; + struct binding *__domainbinding); void _nl_load_domain (struct loaded_l10nfile *__domain, - struct binding *__domainbinding) - internal_function; + struct binding *__domainbinding); #ifdef IN_LIBGLOCALE char *_nl_find_msg (struct loaded_l10nfile *domain_file, struct binding *domainbinding, const char *encoding, const char *msgid, - size_t *lengthp) - internal_function; + size_t *lengthp); #else char *_nl_find_msg (struct loaded_l10nfile *domain_file, struct binding *domainbinding, const char *msgid, - int convert, size_t *lengthp) - internal_function; + int convert, size_t *lengthp); #endif /* The internal variables in the standalone libintl.a must have different |