about summary refs log tree commit diff
path: root/iconv/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-01 19:03:22 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-01 19:03:22 +0000
commit9a1f71a7238deea567c3e3bd95c8ec5fd973f54d (patch)
treed9b638f4c738e4b44d813e2ceae07875d7b27d84 /iconv/Versions
parent45e0579fb7f8008c3df3358ca63bf9189e236edb (diff)
downloadglibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.tar.gz
glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.tar.xz
glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.zip
Update.
2001-09-01  Ulrich Drepper  <drepper@redhat.com>

	* iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
	export it.
	* iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
	* iconv/iconv_prog.c (insert_cache): New function.
	(print_known_names): If cache is used call insert_cache to use the
	information from the cache [PR libc/2509].
Diffstat (limited to 'iconv/Versions')
-rw-r--r--iconv/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/iconv/Versions b/iconv/Versions
index 577a54867d..8d6b70c53e 100644
--- a/iconv/Versions
+++ b/iconv/Versions
@@ -6,4 +6,8 @@ libc {
     # i*
     iconv_open; iconv; iconv_close;
   }
+  GLIBC_2.2.5 {
+    # variable shared with iconv program
+    __gconv_cache;
+  }
 }