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 /locale/loadarchive.c | |
parent | dab0eecef632487f01460900ede02874092c9169 (diff) | |
download | glibc-d7ccc6c983632f89064e0405e724ca6e9c1b9e1e.zip glibc-d7ccc6c983632f89064e0405e724ca6e9c1b9e1e.tar.gz glibc-d7ccc6c983632f89064e0405e724ca6e9c1b9e1e.tar.bz2 |
iconv, intl, locale, wcsmbs: Remove internal_function
Also adjust parts of the time subdirectory.
Diffstat (limited to 'locale/loadarchive.c')
-rw-r--r-- | locale/loadarchive.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/locale/loadarchive.c b/locale/loadarchive.c index 158cf14..ebbac6a 100644 --- a/locale/loadarchive.c +++ b/locale/loadarchive.c @@ -130,7 +130,6 @@ calculate_head_size (const struct locarhead *h) structure. If successful, sets *NAMEP to point directly into the mapped archive string table; that way, the next call can short-circuit strcmp. */ struct __locale_data * -internal_function _nl_load_locale_from_archive (int category, const char **namep) { const char *name = *namep; |