diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 21:30:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 21:30:18 +0000 |
commit | 0db597422f2e5aa5a15342b95b56a0c1247af27f (patch) | |
tree | 440506b1317a8543805b0b31c3b85e90975e0a2c /linuxthreads | |
parent | 2a28c52993c7d1f29aa00f69d39b21f0122815cf (diff) | |
download | glibc-0db597422f2e5aa5a15342b95b56a0c1247af27f.tar.gz glibc-0db597422f2e5aa5a15342b95b56a0c1247af27f.tar.xz glibc-0db597422f2e5aa5a15342b95b56a0c1247af27f.zip |
Update.
* iconv/gconv_cache.c (find_module): Don't allocate room for the filename. Use alloca, we don't need it beyond this function. (__gconv_release_cache): New function. * iconv/gconv_db.c (__gconv_close_transform): Call __gconv_release_cache after the steps are handled. * iconv/gconv_dl.c (__gconv_find_shlib): Allocate file name in the record as well. * iconv/gconv_int.h: Add prototype fpr __gconv_release_cache.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 7869005e59..b57abd13d3 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -60,7 +60,7 @@ endif librt-tests = ex10 ex11 tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14 ex15 ex16 \ - ex17 tst-cancel + ex17 tst-cancel tst-context ifeq (yes,$(build-shared)) tests-nodelete-yes = unload |