aboutsummaryrefslogtreecommitdiffstats
path: root/intl/finddomain.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-25 16:34:36 +0000
committerWerner Koch <[email protected]>2003-10-25 16:34:36 +0000
commitd30da9ebdc822dc1e7349715dedf3d0d1783cfb7 (patch)
tree7d316699432d2697a20655288f741d81a046da0a /intl/finddomain.c
parentGettexized (diff)
downloadgnupg-d30da9ebdc822dc1e7349715dedf3d0d1783cfb7.tar.gz
gnupg-d30da9ebdc822dc1e7349715dedf3d0d1783cfb7.zip
Updated to 0.12.1
Diffstat (limited to 'intl/finddomain.c')
-rw-r--r--intl/finddomain.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/intl/finddomain.c b/intl/finddomain.c
index 2f103d556..d24276442 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -178,8 +178,7 @@ _nl_find_domain (dirname, locale, domainname, domainbinding)
#ifdef _LIBC
-static void __attribute__ ((unused))
-free_mem (void)
+libc_freeres_fn (free_mem)
{
struct loaded_l10nfile *runp = _nl_loaded_domains;
@@ -193,6 +192,4 @@ free_mem (void)
free (here);
}
}
-
-text_set_element (__libc_subfreeres, free_mem);
#endif