summaryrefslogtreecommitdiffstats
path: root/libc/netbsd/resolv/res_cache.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2012-01-13 14:24:08 +0100
committerDavid 'Digit' Turner <digit@google.com>2012-01-13 14:24:08 +0100
commit208898ee776117f42815c2fcb15903b2781bf0aa (patch)
treead3cf092397fa7e398e37c65312e4675016a1da3 /libc/netbsd/resolv/res_cache.c
parent11f3d5a4319e6e37e5280cf187b3d173e1ac0adb (diff)
downloadbionic-208898ee776117f42815c2fcb15903b2781bf0aa.zip
bionic-208898ee776117f42815c2fcb15903b2781bf0aa.tar.gz
bionic-208898ee776117f42815c2fcb15903b2781bf0aa.tar.bz2
libc: remove private declarations from <time.h> and <resolv.h>
This patch is used to remove private C library declarations from the public headers (that are exported to the NDK). It should *only* be submitted after all other patches modifying the users of said private functions have been submitted to the tree, to avoid breakages. Change-Id: I0a5e3014f8e3ac9ed8df86a5cdae506337c23252
Diffstat (limited to 'libc/netbsd/resolv/res_cache.c')
-rw-r--r--libc/netbsd/resolv/res_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/netbsd/resolv/res_cache.c b/libc/netbsd/resolv/res_cache.c
index e88c221..24edbb6 100644
--- a/libc/netbsd/resolv/res_cache.c
+++ b/libc/netbsd/resolv/res_cache.c
@@ -42,6 +42,7 @@
#include <arpa/inet.h>
#include "resolv_private.h"
+#include "resolv_iface.h"
/* This code implements a small and *simple* DNS resolver cache.
*