Revert "dns cache per interface iteration 2"

This reverts commit f1464ff956

Change-Id: I3496b9a8cb54614fe3eea016d1391c8a89f3db38
This commit is contained in:
Robert Greenwalt
2013-01-19 00:40:24 +00:00
committed by Android (Google) Code Review
parent f1464ff956
commit b002a2ff77
13 changed files with 258 additions and 574 deletions

View File

@@ -50,7 +50,7 @@
#endif
static pthread_key_t _res_key;
static pthread_once_t _res_once = PTHREAD_ONCE_INIT;
static pthread_once_t _res_once;
typedef struct {
int _h_errno;