1*c9945492SAndroid Build Coastguard Worker #include <resolv.h> 2*c9945492SAndroid Build Coastguard Worker 3*c9945492SAndroid Build Coastguard Worker /* This is completely unused, and exists purely to satisfy broken apps. */ 4*c9945492SAndroid Build Coastguard Worker __res_state()5*c9945492SAndroid Build Coastguard Workerstruct __res_state *__res_state() 6*c9945492SAndroid Build Coastguard Worker { 7*c9945492SAndroid Build Coastguard Worker static struct __res_state res; 8*c9945492SAndroid Build Coastguard Worker return &res; 9*c9945492SAndroid Build Coastguard Worker } 10