diff options
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/res-close.c | 1 | ||||
-rw-r--r-- | resolv/resolv_conf.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resolv/res-close.c b/resolv/res-close.c index 38572b1d2f..1c36dd5f1d 100644 --- a/resolv/res-close.c +++ b/resolv/res-close.c @@ -140,4 +140,5 @@ __res_thread_freeres (void) /* Make sure we do a full re-initialization the next time. */ _res.options = 0; } +/* Also must be called when the main thread exits. */ text_set_element (__libc_subfreeres, __res_thread_freeres); diff --git a/resolv/resolv_conf.c b/resolv/resolv_conf.c index b4021ab735..2f0ffbc524 100644 --- a/resolv/resolv_conf.c +++ b/resolv/resolv_conf.c @@ -23,6 +23,7 @@ #include <libc-lock.h> #include <resolv-internal.h> #include <sys/stat.h> +#include <libc-symbols.h> /* _res._u._ext.__glibc_extension_index is used as an index into a struct resolv_conf_array object. The intent of this construction |