Signed-off-by: Baruch Siach <[email protected]>
---
test/inet/tst-res.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/inet/tst-res.c b/test/inet/tst-res.c
index ad9de78..b65f30f 100644
--- a/test/inet/tst-res.c
+++ b/test/inet/tst-res.c
@@ -22,7 +22,9 @@ int main(int argc, char **argv)
abort();
}
+#ifdef __UCLIBC_HAS_BSD_RES_CLOSE__
res_close();
+#endif
#ifdef __UCLIBC__
/* assume there is at least one resolver configured */
assert (state._u._ext.nscount > 0);
--
1.8.4.rc3
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc