Sign in
mojo
/
mojo-tools
/
7d579155cc597aa3befcbfad66eef54bda06b57c
/
.
/
fusl
/
src
/
network
/
res_state.c
blob: 4492c7974bec52bc0192e9c695c0a821c2e69a54 [
file
] [
log
] [
blame
]
#include
<resolv.h>
/* This is completely unused, and exists purely to satisfy broken apps. */
struct
__res_state
*
__res_state
()
{
static
struct
__res_state res
;
return
&
res
;
}