aboutsummaryrefslogtreecommitdiff
path: root/resolv/resolv_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/resolv_conf.c')
-rw-r--r--resolv/resolv_conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/resolv_conf.c b/resolv/resolv_conf.c
index 2e561c8959..0ef66d49d3 100644
--- a/resolv/resolv_conf.c
+++ b/resolv/resolv_conf.c
@@ -654,7 +654,8 @@ __resolv_conf_detach (struct __res_state *resp)
}
/* Deallocate the global data. */
-libc_freeres_fn (freeres)
+void
+__libc_resolv_conf_freemem (void)
{
/* No locking because this function is supposed to be called when
the process has turned single-threaded. */