summaryrefslogtreecommitdiff
path: root/resolv
diff options
context:
space:
mode:
Diffstat (limited to 'resolv')
-rw-r--r--resolv/Depend1
-rw-r--r--resolv/res_send.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/resolv/Depend b/resolv/Depend
index 8d2587bbc1..5c6ec03451 100644
--- a/resolv/Depend
+++ b/resolv/Depend
@@ -1,2 +1,3 @@
linuxthreads
nptl
+libpthread
diff --git a/resolv/res_send.c b/resolv/res_send.c
index 0a28cd784b..c790031b45 100644
--- a/resolv/res_send.c
+++ b/resolv/res_send.c
@@ -1129,7 +1129,7 @@ send_dg(res_state statp,
reqs[1].msg_hdr.msg_control = NULL;
reqs[1].msg_hdr.msg_controllen = 0;
- int ndg = sendmmsg (pfd[0].fd, reqs, 2, MSG_NOSIGNAL);
+ int ndg = __sendmmsg (pfd[0].fd, reqs, 2, MSG_NOSIGNAL);
if (__builtin_expect (ndg == 2, 1))
{
if (reqs[0].msg_len != buflen