about summary refs log tree commit diff
path: root/iconv
diff options
context:
space:
mode:
Diffstat (limited to 'iconv')
-rw-r--r--iconv/gconv_conf.c1
-rw-r--r--iconv/gconv_db.c1
-rw-r--r--iconv/gconv_int.h3
3 files changed, 1 insertions, 4 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c
index 4ab924a3de..1b0f5b81d4 100644
--- a/iconv/gconv_conf.c
+++ b/iconv/gconv_conf.c
@@ -381,7 +381,6 @@ read_conf_file (const char *filename, const char *directory, size_t dir_len,
 /* Read all configuration files found in the user-specified and the default
    path.  */
 void
-internal_function
 __gconv_read_conf (void)
 {
   const char *user_path = __secure_getenv ("GCONV_PATH");
diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c
index 443e5bf878..be2b7fa233 100644
--- a/iconv/gconv_db.c
+++ b/iconv/gconv_db.c
@@ -147,7 +147,6 @@ add_derivation (const char *fromset, const char *toset,
 }
 
 static void
-internal_function
 free_derivation (void *p)
 {
   struct known_derivation *deriv = (struct known_derivation *) p;
diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h
index e4202f68ea..f0239195c9 100644
--- a/iconv/gconv_int.h
+++ b/iconv/gconv_int.h
@@ -112,8 +112,7 @@ extern int __gconv_find_transform (const char *__toset, const char *__fromset,
      internal_function;
 
 /* Read all the configuration data and cache it.  */
-extern void __gconv_read_conf (void)
-     internal_function;
+extern void __gconv_read_conf (void);
 
 /* Comparison function to search alias.  */
 extern int __gconv_alias_compare (const void *__p1, const void *__p2);