add PTHREAD_NULL
[musl.git] / src / network / res_state.c
blob5c42cda5c35f098a70f26016407c602ecf645195
1 #include <resolv.h>
3 /* This is completely unused, and exists purely to satisfy broken apps. */
5 struct __res_state *__res_state()
7 static struct __res_state res;
8 return &res;