aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/getaddrinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/getaddrinfo.c')
-rw-r--r--sysdeps/posix/getaddrinfo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c
index fd22dc4fcb..0356b622be 100644
--- a/sysdeps/posix/getaddrinfo.c
+++ b/sysdeps/posix/getaddrinfo.c
@@ -1761,7 +1761,8 @@ check_gaiconf_mtime (const struct __stat64_t64 *st)
#endif
-libc_freeres_fn(fini)
+void
+__libc_getaddrinfo_freemem (void)
{
if (labels != default_labels)
{
@@ -2233,7 +2234,7 @@ no_file:
/* If we previously read the file but it is gone now, free the old data and
use the builtin one. Leave the reload flag alone. */
- fini ();
+ __libc_getaddrinfo_freemem ();
}